Searched defs:DetachGlobal (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ | ||
D | bootstrapper.cc | 347 void Bootstrapper::DetachGlobal(Handle<Context> env) { in DetachGlobal() function in v8::internal::Bootstrapper |
D | api.cc | 5571 void Context::DetachGlobal() { in DetachGlobal() function in v8::Context |
/external/v8/test/cctest/ | ||
D | test-api.cc | 9393 TEST(DetachGlobal) { in TEST() argument |