Home
last modified time | relevance | path

Searched refs:DetachGlobal (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-context.h65 void DetachGlobal();
/third_party/node/deps/v8/include/v8-include/
H A Dv8-context.h68 void DetachGlobal();
/third_party/node/deps/v8/src/execution/
H A Disolate.h1665 void DetachGlobal(Handle<Context> env);
H A Disolate.cc5247 void Isolate::DetachGlobal(Handle<Context> env) { in ThrowInternal() function in v8::internal::Isolate
5254 // NOTE: Turbofan's JSNativeContextSpecialization depends on DetachGlobal in ThrowInternal()
/third_party/node/deps/v8/src/api/
H A Dapi.cc6518 void Context::DetachGlobal() { in DetachGlobal() function in v8::OneByteMask::Context
6522 isolate->DetachGlobal(context); in DetachGlobal()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc1849 // Context::Global doesn't return JSGlobalProxy if DetachGlobal is called in in RealmNavigate()
1877 realm->DetachGlobal(); in RealmDetachGlobal()

Completed in 44 milliseconds