Searched refs:CallbackScope (Results 1 - 5 of 5) sorted by relevance
/third_party/node/src/api/ |
H A D | async_resource.cc | 65 AsyncResource::CallbackScope::CallbackScope(AsyncResource* res) in CallbackScope() function in node::AsyncResource::CallbackScope 66 : node::CallbackScope(res->env_, in CallbackScope()
|
H A D | callback.cc | 19 CallbackScope::CallbackScope(Isolate* isolate, in CallbackScope() function in node::CallbackScope 22 : CallbackScope(Environment::GetCurrent(isolate), object, async_context) {} in CallbackScope() 24 CallbackScope::CallbackScope(Environment* env, in CallbackScope() function in node::CallbackScope 34 CallbackScope::~CallbackScope() { in ~CallbackScope()
|
/third_party/node/src/ |
H A D | node.h | 1224 class NODE_EXTERN CallbackScope { class 1226 CallbackScope(v8::Isolate* isolate, 1229 CallbackScope(Environment* env, 1232 ~CallbackScope(); 1234 void operator=(const CallbackScope&) = delete; 1235 void operator=(CallbackScope&&) = delete; 1236 CallbackScope(const CallbackScope&) = delete; 1237 CallbackScope(CallbackScope 1311 class NODE_EXTERN CallbackScope : public node::CallbackScope { global() class in node::EnvironmentFlags::AsyncResource [all...] |
H A D | node_api.cc | 409 CallbackScope cb_scope(this); in DispatchOne() 426 CallbackScope cb_scope(this); in Finalize() 583 reinterpret_cast<jsvm_callback_scope>(new CallbackScope(this)); in OpenCallbackScope() 607 CallbackScope* callback_scope = reinterpret_cast<CallbackScope*>(s); in CloseCallbackScope() 619 class CallbackScope : public node::CallbackScope { class in v8impl::__anon15407::AsyncContext 621 explicit CallbackScope(AsyncContext* async_context) in CallbackScope() function in v8impl::__anon15407::AsyncContext::CallbackScope 622 : node::CallbackScope(async_context->node_env(), in CallbackScope() 1194 CallbackScope callback_scop [all...] |
/third_party/node/test/addons/callback-scope/ |
H A D | binding.cc | 25 node::CallbackScope scope(isolate, args[0].As<v8::Object>(), asyncContext); in RunInCallbackScope() 38 node::CallbackScope callback_scope(isolate, v8::Object::New(isolate), in Callback()
|
Completed in 6 milliseconds