Lines Matching full:trouble_callee
8742 Local<Value> trouble_callee =
8744 ? arg_this->Get(context, v8_str("trouble_callee")).ToLocalChecked()
8746 CHECK(trouble_callee->IsFunction());
8747 args.GetReturnValue().Set(Function::Cast(*trouble_callee)
8777 "function trouble_callee() {"
8787 Local<Value> trouble_callee =
8788 global->Get(env.local(), v8_str("trouble_callee")).ToLocalChecked();
8789 CHECK(trouble_callee->IsFunction());