Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h84 void DetachGlobal(Handle<Context> env);
Dbootstrapper.cc358 void Bootstrapper::DetachGlobal(Handle<Context> env) { in DetachGlobal() function in v8::internal::Bootstrapper
Dapi.cc5268 void Context::DetachGlobal() { in DetachGlobal() function in v8::Context
5272 isolate->bootstrapper()->DetachGlobal(context); in DetachGlobal()
/external/v8/test/cctest/
Dtest-api.cc2804 env->DetachGlobal(); in THREADED_TEST()
9018 env2->DetachGlobal(); in TEST()
9053 TEST(DetachGlobal) { in TEST() argument
9082 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()
/external/v8/include/
Dv8.h5439 void DetachGlobal();