/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.h | 59 MaybeHandle<JSGlobalProxy> maybe_global_proxy, 68 MaybeHandle<JSGlobalProxy> no_global_proxy; in CreateEnvironmentForTesting() 79 Handle<JSGlobalProxy> NewRemoteContext( 80 MaybeHandle<JSGlobalProxy> maybe_global_proxy,
|
H A D | bootstrapper.cc | 165 Genesis(Isolate* isolate, MaybeHandle<JSGlobalProxy> maybe_global_proxy, 170 Genesis(Isolate* isolate, MaybeHandle<JSGlobalProxy> maybe_global_proxy, 181 Handle<JSGlobalProxy> global_proxy() { return global_proxy_; } in global_proxy() 214 Handle<JSGlobalProxy> global_proxy); 221 void HookUpGlobalProxy(Handle<JSGlobalProxy> global_proxy); 307 Handle<JSGlobalProxy> global_proxy_; 322 MaybeHandle<JSGlobalProxy> maybe_global_proxy, in CreateEnvironment() 343 Handle<JSGlobalProxy> Bootstrapper::NewRemoteContext( in NewRemoteContext() 344 MaybeHandle<JSGlobalProxy> maybe_global_proxy, in NewRemoteContext() 347 Handle<JSGlobalProxy> global_prox in NewRemoteContext() [all...] |
/third_party/node/deps/v8/src/snapshot/ |
H A D | context-deserializer.h | 25 Handle<JSGlobalProxy> global_proxy, 36 Isolate* isolate, Handle<JSGlobalProxy> global_proxy,
|
H A D | snapshot.h | 21 class JSGlobalProxy; 91 Isolate* isolate, Handle<JSGlobalProxy> global_proxy,
|
H A D | context-deserializer.cc | 19 Handle<JSGlobalProxy> global_proxy, in DeserializeContext() 32 Isolate* isolate, Handle<JSGlobalProxy> global_proxy, in Deserialize()
|
H A D | snapshot.cc | 196 Isolate* isolate, Handle<JSGlobalProxy> global_proxy, size_t context_index, in NewContextFromSnapshot()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-native-context-specialization.h | 21 class JSGlobalProxy; 250 Handle<JSGlobalProxy> global_proxy() const { return global_proxy_; } in global_proxy() 262 Handle<JSGlobalProxy> global_proxy_;
|
H A D | heap-refs.h | 29 class JSGlobalProxy; 89 BACKGROUND_SERIALIZED(JSGlobalProxy) \ 531 V(JSGlobalProxy, global_proxy_object) \ 995 DEFINE_REF_CONSTRUCTOR(JSGlobalProxy, JSObjectRef) 997 Handle<JSGlobalProxy> object() const;
|
H A D | js-call-reducer.h | 20 class JSGlobalProxy;
|
H A D | access-builder.cc | 790 kTaggedBase, JSGlobalProxy::kNativeContextOffset, in ForJSGlobalProxyNativeContext()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.h | 26 class JSGlobalProxy; 1040 // JSGlobalProxy's prototype must be a JSGlobalObject or null, 1041 // and the prototype is hidden. JSGlobalProxy always delegates 1044 // A JSGlobalProxy can be reinitialized which will preserve its identity. 1046 // Accessing a JSGlobalProxy requires security check. 1048 class JSGlobalProxy class 1049 : public TorqueGeneratedJSGlobalProxy<JSGlobalProxy, JSSpecialObject> { 1057 DECL_PRINTER(JSGlobalProxy) 1058 DECL_VERIFIER(JSGlobalProxy) 1060 TQ_OBJECT_CONSTRUCTORS(JSGlobalProxy) [all...] |
H A D | object-list-macros.h | 31 class JSGlobalProxy; 148 V(JSGlobalProxy) \
|
H A D | contexts.h | 20 class JSGlobalProxy; 52 V(GLOBAL_PROXY_INDEX, JSGlobalProxy, global_proxy_object) \ 609 // Returns a JSGlobalProxy object or null. 610 V8_EXPORT_PRIVATE JSGlobalProxy global_proxy() const;
|
H A D | js-function.h | 104 inline JSGlobalProxy global_proxy();
|
H A D | js-function-inl.h | 148 JSGlobalProxy JSFunction::global_proxy() { return context().global_proxy(); } in global_proxy()
|
H A D | lookup-inl.h | 279 JSGlobalProxy::cast(*receiver_).map(isolate_).prototype(isolate_); in GetStoreTarget()
|
H A D | js-objects-inl.h | 42 TQ_OBJECT_CONSTRUCTORS_IMPL(JSGlobalProxy) 890 bool JSGlobalProxy::IsDetachedFrom(JSGlobalObject global) const { in IsDetachedFrom() 895 inline int JSGlobalProxy::SizeWithEmbedderFields(int embedder_field_count) { in SizeWithEmbedderFields()
|
H A D | objects-inl.h | 437 const JSGlobalProxy proxy = JSGlobalProxy::cast(*this); in DEF_GETTER()
|
H A D | contexts.cc | 160 JSGlobalProxy Context::global_proxy() const { in global_proxy()
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate-inl.h | 121 Handle<JSGlobalProxy> Isolate::global_proxy() { in global_proxy()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.h | 43 class JSGlobalProxy; 410 void ExtractJSGlobalProxyReferences(HeapEntry* entry, JSGlobalProxy proxy);
|
H A D | heap-snapshot-generator.cc | 1060 ExtractJSGlobalProxyReferences(entry, JSGlobalProxy::cast(obj)); in ExtractReferences() 1140 JSGlobalProxy proxy) { in ExtractJSGlobalProxyReferences() 1142 JSGlobalProxy::kNativeContextOffset); in ExtractJSGlobalProxyReferences()
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.h | 684 // Reinitialize an JSGlobalProxy based on a constructor. The object 688 void ReinitializeJSGlobalProxy(Handle<JSGlobalProxy> global, 691 Handle<JSGlobalProxy> NewUninitializedJSGlobalProxy(int size);
|
H A D | factory.cc | 3099 Handle<JSGlobalProxy> Factory::NewUninitializedJSGlobalProxy(int size) { in NewUninitializedJSGlobalProxy() 3100 // Create an empty shell of a JSGlobalProxy that needs to be reinitialized in NewUninitializedJSGlobalProxy() 3103 // Maintain invariant expected from any JSGlobalProxy. in NewUninitializedJSGlobalProxy() 3111 Handle<JSGlobalProxy> proxy = Handle<JSGlobalProxy>::cast( in NewUninitializedJSGlobalProxy() 3119 void Factory::ReinitializeJSGlobalProxy(Handle<JSGlobalProxy> object, in ReinitializeJSGlobalProxy() 3146 JSGlobalProxy raw = *object; in ReinitializeJSGlobalProxy()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 6262 i::Isolate* isolate, i::MaybeHandle<i::JSGlobalProxy> maybe_global_proxy, in Invoke() 6274 struct InvokeBootstrapper<i::JSGlobalProxy> { 6275 i::Handle<i::JSGlobalProxy> Invoke( in Invoke() 6276 i::Isolate* isolate, i::MaybeHandle<i::JSGlobalProxy> maybe_global_proxy, in Invoke() 6362 i::MaybeHandle<i::JSGlobalProxy> maybe_proxy; in CreateEnvironment() 6364 maybe_proxy = i::Handle<i::JSGlobalProxy>::cast( in CreateEnvironment() 6464 i::Handle<i::JSObject> global_proxy = CreateEnvironment<i::JSGlobalProxy>( in NewRemoteContext() 6511 if (i::Handle<i::JSGlobalProxy>::cast(global)->IsDetachedFrom( in Global() 6757 // this on a detached JSGlobalProxy. in HasInstance()
|