Home
last modified time | relevance | path

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

/third_party/node/src/
Dhandle_wrap.cc110 env()->handle_wrap_queue()->PushBack(this); in MarkAsInitialized()
131 env->handle_wrap_queue()->PushBack(this); in HandleWrap()
Dnode_process_methods.cc274 for (auto w : *env->handle_wrap_queue()) { in GetActiveHandles()
296 for (HandleWrap* w : *env->handle_wrap_queue()) { in GetActiveResourcesInfo()
Dnode_realm.cc310 CHECK(env_->handle_wrap_queue()->IsEmpty()); in DoneBootstrapping()
Denv.h839 inline HandleWrapQueue* handle_wrap_queue() { return &handle_wrap_queue_; } in handle_wrap_queue() function
Dnode_snapshotable.cc1283 env->req_wrap_queue()->IsEmpty() && env->handle_wrap_queue()->IsEmpty(); in Generate()
/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()