Home
last modified time | relevance | path

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

/external/v8/src/handles/
Dhandles-inl.h82 HandleScope::HandleScope(Isolate* isolate) { in HandleScope() function
90 HandleScope::HandleScope(HandleScope&& other) V8_NOEXCEPT in HandleScope() function
Dhandles.h313 friend class HandleScope; variable
/external/v8/include/
Dv8.h329 friend class HandleScope; variable
/external/v8/src/api/
Dapi.cc1074 HandleScope::HandleScope(Isolate* isolate) { Initialize(isolate); } in HandleScope() function in v8::HandleScope