Home
last modified time | relevance | path

Searched refs:DetachGlobal (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-context.h65 void DetachGlobal();
/third_party/node/deps/v8/src/execution/
Disolate.h1665 void DetachGlobal(Handle<Context> env);
Disolate.cc5224 void Isolate::DetachGlobal(Handle<Context> env) { in ThrowInternal() function in v8::internal::Isolate
/third_party/node/deps/v8/src/d8/
Dd8.cc1877 realm->DetachGlobal(); in RealmDetachGlobal()
/third_party/node/deps/v8/src/api/
Dapi.cc6499 void Context::DetachGlobal() { in DetachGlobal() function in v8::Context
6503 isolate->DetachGlobal(context); in DetachGlobal()