Home | History | Annotate | Download | only in builtins

Lines Matching defs:run_handler

1253   Label run_handler(this), if_rejectpromise(this), promisehook_before(this),
1262 GotoIfNot(IsPromiseHookEnabledOrDebugIsActive(), &run_handler);
1264 Goto(&run_handler);
1267 Bind(&run_handler);