Home
last modified time | relevance | path

Searched defs:HandleScope (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/handles/
Dhandles-inl.h82 HandleScope::HandleScope(Isolate* isolate) { in HandleScope() function
90 HandleScope::HandleScope(HandleScope&& other) V8_NOEXCEPT in HandleScope() function
Dhandles.h18 class HandleScope; variable
316 friend class HandleScope; variable
/third_party/node/deps/v8/include/
Dv8-local-handle.h302 friend class HandleScope; variable
/third_party/node/deps/v8/src/api/
Dapi.cc917 HandleScope::HandleScope(Isolate* isolate) { Initialize(isolate); } in HandleScope() function in v8::HandleScope