Home
last modified time | relevance | path

Searched refs:handle_wrap_queue (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dhandle_wrap.cc108 env()->handle_wrap_queue()->PushBack(this); in MarkAsInitialized()
129 env->handle_wrap_queue()->PushBack(this); in HandleWrap()
Dnode_process_methods.cc293 for (auto w : *env->handle_wrap_queue()) { in GetActiveHandles()
Dnode.cc412 CHECK(handle_wrap_queue()->IsEmpty()); in RunBootstrapping()
Denv.h1186 inline HandleWrapQueue* handle_wrap_queue() { return &handle_wrap_queue_; } in handle_wrap_queue() function
/third_party/node/test/cctest/
Dtest_node_postmortem_metadata.cc119 auto expected = reinterpret_cast<uintptr_t>((*env)->handle_wrap_queue()); in TEST_F()
141 auto queue = reinterpret_cast<uintptr_t>((*env)->handle_wrap_queue()); in TEST_F()