Searched refs:DetachGlobal (Results 1 – 8 of 8) sorted by relevance
90 DetachGlobal enumerator
51 context()->DetachGlobal(); in detachGlobalObject()
99 if (behavior == DetachGlobal) in disposeContext()136 disposeContext(DetachGlobal); in clearForNavigation()
84 void DetachGlobal(Handle<Context> env);
358 void Bootstrapper::DetachGlobal(Handle<Context> env) { in DetachGlobal() function in v8::internal::Bootstrapper
5268 void Context::DetachGlobal() { in DetachGlobal() function in v8::Context5272 isolate->bootstrapper()->DetachGlobal(context); in DetachGlobal()
2804 env->DetachGlobal(); in THREADED_TEST()9018 env2->DetachGlobal(); in TEST()9053 TEST(DetachGlobal) { in TEST() argument9082 env2->DetachGlobal(); in TEST()9164 env2->DetachGlobal(); in TEST()11011 context0->DetachGlobal(); in THREADED_TEST()14911 context->DetachGlobal(); in THREADED_TEST()14997 context->DetachGlobal(); in THREADED_TEST()20037 context->DetachGlobal(); in TEST()
5439 void DetachGlobal();