Home
last modified time | relevance | path

Searched refs:open_callback_scopes (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Djs_native_api_v8.h93 int open_callback_scopes_before = open_callback_scopes;
97 CHECK_EQ(open_callback_scopes, open_callback_scopes_before);
120 int open_callback_scopes = 0; member
Dnode_api.cc504 env_->open_callback_scopes++; in OpenCallbackScope()
529 env->open_callback_scopes--; in CloseCallbackScope()
788 if (env->open_callback_scopes == 0) { in napi_close_callback_scope()