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

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

Completed in 193 milliseconds