Home
last modified time | relevance | path

Searched refs:global_proxy (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dbootstrapper.cc185 Handle<JSGlobalProxy> global_proxy);
299 JSGlobalProxy::cast(env->global_proxy())->set_context(*factory->null_value()); in DetachGlobal()
300 SetObjectPrototype(Handle<JSObject>(env->global_proxy()), in DetachGlobal()
770 Handle<JSGlobalProxy> global_proxy) { in HookUpGlobalProxy() argument
773 inner_global->set_global_receiver(*global_proxy); in HookUpGlobalProxy()
774 global_proxy->set_context(*global_context()); in HookUpGlobalProxy()
775 global_context()->set_global_proxy(*global_proxy); in HookUpGlobalProxy()
1770 Handle<Object> global_proxy(debug->debug_context()->global_proxy()); in InstallSpecialObjects() local
1771 SetLocalPropertyNoThrow(js_global, debug_string, global_proxy, DONT_ENUM); in InstallSpecialObjects()
1890 Handle<JSObject> global_proxy( in ConfigureGlobalObjects() local
[all …]
Dcontexts.cc68 JSObject* Context::global_proxy() { in global_proxy() function in v8::internal::Context
Dcontexts.h277 JSObject* global_proxy();
Disolate.h645 Object* global_proxy() { in global_proxy() function
646 return context()->global_proxy(); in global_proxy()
Ddebug.cc2815 Handle<Object>(isolate_->debug()->debug_context_->global_proxy()), in Call()
Dapi.cc1419 isolate->context()->global_proxy(), isolate); in Run()
3825 i::Handle<i::Object> global(context->global_proxy()); in Global()
/external/v8/test/cctest/
Dtest-heap-profiler.cc634 v8::Handle<v8::Object> global_proxy = env->Global(); in TEST() local
635 v8::Handle<v8::Object> global = global_proxy->GetPrototype().As<v8::Object>(); in TEST()
Dtest-debug.cc157 Handle<Object>(debug->debug_context()->global_proxy()), DONT_ENUM, in ExposeDebug()
Dtest-api.cc1560 v8::Handle<v8::Object> global_proxy = env->Global(); in THREADED_TEST() local
1561 v8::Handle<v8::Object> global = global_proxy->GetPrototype().As<v8::Object>(); in THREADED_TEST()