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

/external/chromium_org/v8/src/
H A Dbootstrapper.cc349 void Bootstrapper::ReattachGlobal(Handle<Context> env, function in class:Bootstrapper
H A Dapi.cc5726 void Context::ReattachGlobal(Handle<Object> global_object) { function in class:v8::Context
5728 if (IsDeadCheck(isolate, "v8::Context::ReattachGlobal()")) return;
5735 isolate->bootstrapper()->ReattachGlobal(context, global_proxy);
/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 7707 milliseconds