On Fri, Apr 6, 2018 at 6:17 PM, Thomson Tan <lilo...@gmail.com> wrote: > Thanks Ben. Yes, I am experimenting port V8 to this platform. Would you > please point me to the code which handles native code calling convention > from JIT code?
Grep src/x64/code-stubs-x64.cc for '_WIN64' and you'll find it used in methods like `CallApiCallbackStub::Generate()` and `CallApiGetterStub::Generate()`. The same methods in src/arm64/code-stubs-arm64.cc are likely the ones you want - and if not, grep for 'CallApiFunctionAndReturn'. -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.