Home
last modified time | relevance | path

Searched defs:global_proxy (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Dcontext-deserializer.cc19 Handle<JSGlobalProxy> global_proxy, in DeserializeContext()
32 Isolate* isolate, Handle<JSGlobalProxy> global_proxy, in Deserialize()
Dsnapshot.cc196 Isolate* isolate, Handle<JSGlobalProxy> global_proxy, size_t context_index, in NewContextFromSnapshot()
/third_party/node/src/
Dnode_contextify.h72 inline v8::Local<v8::Object> global_proxy() const { in global_proxy() function
/third_party/node/deps/v8/src/execution/
Disolate-inl.h121 Handle<JSGlobalProxy> Isolate::global_proxy() { in global_proxy() function
Disolate.cc5252 Handle<JSGlobalProxy> global_proxy(env->global_proxy(), this); in ThrowInternal() local
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.h250 Handle<JSGlobalProxy> global_proxy() const { return global_proxy_; } in global_proxy() function
Djs-inlining.cc705 Node* global_proxy = jsgraph()->Constant( in ReduceJSCall() local
Dtyped-optimization.cc145 Node* const global_proxy = NodeProperties::GetValueInput(node, 1); in ReduceConvertReceiver() local
Djs-typed-lowering.cc1737 Node* global_proxy = in ReduceJSCall() local
Dwasm-compiler.cc7044 Node* global_proxy = gasm_->LoadFixedArrayElementPtr( in BuildReceiverNode() local
Djs-call-reducer.cc3673 Node* global_proxy = in ReduceCallApiFunction() local
Deffect-control-linearizer.cc6100 Node* global_proxy = node->InputAt(1); in LowerConvertReceiver() local
/third_party/node/deps/v8/src/objects/
Djs-function-inl.h148 JSGlobalProxy JSFunction::global_proxy() { return context().global_proxy(); } in global_proxy() function
Dcontexts.cc160 JSGlobalProxy Context::global_proxy() const { in global_proxy() function in v8::internal::Context
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc181 Handle<JSGlobalProxy> global_proxy() { return global_proxy_; } in global_proxy() function in v8::internal::Genesis
347 Handle<JSGlobalProxy> global_proxy; in NewRemoteContext() local
1291 Handle<JSGlobalProxy> global_proxy) { in CreateNewGlobals()
1395 void Genesis::HookUpGlobalProxy(Handle<JSGlobalProxy> global_proxy) { in HookUpGlobalProxy()
2754 Handle<JSGlobalProxy> global_proxy(native_context()->global_proxy(), in InitializeGlobal() local
6050 Handle<JSObject> global_proxy(native_context()->global_proxy(), isolate()); in ConfigureGlobalObject() local
6304 Handle<JSGlobalProxy> global_proxy; in Genesis() local
6442 Handle<JSGlobalProxy> global_proxy; in Genesis() local
/third_party/node/deps/v8/src/runtime/
Druntime-internal.cc639 Handle<JSObject> global_proxy(target->global_proxy(), isolate); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/api/
Dapi.cc6521 i::Handle<i::JSObject> global_proxy = CreateEnvironment<i::JSGlobalProxy>( in NewRemoteContext() local