Home | History | Annotate | Download | only in include

Lines Matching defs:entry_hook

5525         : entry_hook(nullptr),
5535 * The optional entry_hook allows the host application to provide the
5537 * function. Note that entry_hook is invoked at the very start of each
5538 * generated function. Furthermore, if an entry_hook is given, V8 will
5541 FunctionEntryHook entry_hook;