Home
last modified time | relevance | path

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

/third_party/node/src/
H A Djs_native_api_v8.h146 int open_callback_scopes_before = open_callback_scopes; in CallIntoModule()
150 CHECK_EQ(open_callback_scopes, open_callback_scopes_before); in CallIntoModule()
231 int open_callback_scopes = 0; member
H A Dnode_api.cc584 env_->open_callback_scopes++; in OpenCallbackScope()
609 env->open_callback_scopes--; in CloseCallbackScope()
902 if (env->open_callback_scopes == 0) { in jsvm_close_callback_scope()

Completed in 4 milliseconds