Searched defs:ReattachGlobal (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dbootstrapper.cc336 void Bootstrapper::ReattachGlobal(Handle<Context> env, function in class:Bootstrapper
H A Dapi.cc4458 void Context::ReattachGlobal(Handle<Object> global_object) { function in class:v8::Context
4460 if (IsDeadCheck(isolate, "v8::Context::ReattachGlobal()")) return;
4465 isolate->bootstrapper()->ReattachGlobal(

Completed in 87 milliseconds