Searched defs:DetachGlobal (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dbootstrapper.cc326 void Bootstrapper::DetachGlobal(Handle<Context> env) { function in class:Bootstrapper
H A Dapi.cc4447 void Context::DetachGlobal() { function in class:v8::Context
4449 if (IsDeadCheck(isolate, "v8::Context::DetachGlobal()")) return;
4454 isolate->bootstrapper()->DetachGlobal(context);

Completed in 108 milliseconds