ReattachGlobal 3555 include/v8.h void ReattachGlobal(Handle<Object> global_object); ReattachGlobal 4514 src/api.cc isolate->bootstrapper()->ReattachGlobal( ReattachGlobal 107 src/bootstrapper.h void ReattachGlobal(Handle<Context> env, Handle<Object> global_object); ReattachGlobal 6637 test/cctest/test-api.cc env2->ReattachGlobal(global2); ReattachGlobal 625 test/cctest/test-decls.cc context->ReattachGlobal(global_object);