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

/external/v8/src/
H A Dbootstrapper.h104 void DetachGlobal(Handle<Context> env);
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);
/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMWindowShell.cpp235 m_context->DetachGlobal();
/external/v8/include/
H A Dv8.h3456 * If DetachGlobal() has been invoked, Global() would return actual global
3465 void DetachGlobal();
3470 * after DetachGlobal has been called.
3475 * DetachGlobal.
/external/v8/test/cctest/
H A Dtest-api.cc6532 env2->DetachGlobal();
6599 env2->DetachGlobal();
6635 env3->DetachGlobal();
8278 context0->DetachGlobal();
11264 context->DetachGlobal();
11348 context->DetachGlobal();
12480 context->DetachGlobal();
15659 context->DetachGlobal();

Completed in 345 milliseconds