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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8WindowShell.h88 DetachGlobal enumerator in enum:WebCore::V8WindowShell::GlobalDetachmentBehavior
/external/chromium_org/v8/src/
H A Dbootstrapper.cc337 void Bootstrapper::DetachGlobal(Handle<Context> env) { function in class:Bootstrapper
H A Dapi.cc5423 void Context::DetachGlobal() { function in class:v8::Context
5427 isolate->bootstrapper()->DetachGlobal(context);
/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 2637 milliseconds