On Tue, May 28, 2019 at 4:14 PM Luo Wu <lwye...@pku.edu.cn> wrote:
>
> I'm trying to understand the connection between them. Can I say that all JS 
> function calls will go through MacroAssembler::InvokeFunctionCode? And what I 
> need to do is to instrument that function? Or maybe I can leverage the 
> Runtime::kDebugOnFunctionCall?
>
> Thank you.

Looking at the code, I'd say that, yes,
MacroAssembler::InvokeFunctionCode() is probably the method you want.

-- 
-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/CAHQurc_ay0zDJvRVZYeocVM9hpQ%3D7HRxvccG7_Qit3Ygcymv%2BA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to