Home
last modified time | relevance | path

Searched refs:global_handles_ (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc56 global_handles_(global_handles),
65 GlobalHandles* global_handles() const { return global_handles_; } in global_handles()
110 GlobalHandles* const global_handles_; member in v8::internal::final
219 : global_handles_(global_handles) {} in global_handles_() function in v8::internal::final
234 GlobalHandles* const global_handles_; member in v8::internal::final
255 first_block_ = new BlockType(global_handles_, this, first_block_); in Acquire()
267 global_handles_->isolate()->counters()->global_handles()->Increment(); in Acquire()
299 global_handles_->isolate()->counters()->global_handles()->Decrement(); in Free()
752 : global_handles_(global_handles) {} in OnStackTracedNodeSpace()
793 GlobalHandles* global_handles_ member in v8::internal::final
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate.h1267 GlobalHandles* global_handles() const { return global_handles_; } in global_handles()
2117 GlobalHandles* global_handles_ = nullptr; member in v8::internal::final
H A Disolate.cc3556 delete global_handles_; in ThrowInternal()
3557 global_handles_ = nullptr; in ThrowInternal()
3915 global_handles_ = new GlobalHandles(this); in ThrowInternal()

Completed in 18 milliseconds