Home
last modified time | relevance | path

Searched refs:JSGlobalProxy (Results 1 - 25 of 34) sorted by relevance

12

/third_party/node/deps/v8/src/init/
H A Dbootstrapper.h59 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 Dbootstrapper.cc165 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 Dcontext-deserializer.h25 Handle<JSGlobalProxy> global_proxy,
36 Isolate* isolate, Handle<JSGlobalProxy> global_proxy,
H A Dsnapshot.h21 class JSGlobalProxy;
91 Isolate* isolate, Handle<JSGlobalProxy> global_proxy,
H A Dcontext-deserializer.cc19 Handle<JSGlobalProxy> global_proxy, in DeserializeContext()
32 Isolate* isolate, Handle<JSGlobalProxy> global_proxy, in Deserialize()
H A Dsnapshot.cc196 Isolate* isolate, Handle<JSGlobalProxy> global_proxy, size_t context_index, in NewContextFromSnapshot()
/third_party/node/deps/v8/src/compiler/
H A Djs-native-context-specialization.h21 class JSGlobalProxy;
250 Handle<JSGlobalProxy> global_proxy() const { return global_proxy_; } in global_proxy()
262 Handle<JSGlobalProxy> global_proxy_;
H A Dheap-refs.h29 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 Djs-call-reducer.h20 class JSGlobalProxy;
H A Daccess-builder.cc790 kTaggedBase, JSGlobalProxy::kNativeContextOffset, in ForJSGlobalProxyNativeContext()
/third_party/node/deps/v8/src/objects/
H A Djs-objects.h26 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 Dobject-list-macros.h31 class JSGlobalProxy;
148 V(JSGlobalProxy) \
H A Dcontexts.h20 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 Djs-function.h104 inline JSGlobalProxy global_proxy();
H A Djs-function-inl.h148 JSGlobalProxy JSFunction::global_proxy() { return context().global_proxy(); } in global_proxy()
H A Dlookup-inl.h279 JSGlobalProxy::cast(*receiver_).map(isolate_).prototype(isolate_); in GetStoreTarget()
H A Djs-objects-inl.h42 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 Dobjects-inl.h437 const JSGlobalProxy proxy = JSGlobalProxy::cast(*this); in DEF_GETTER()
H A Dcontexts.cc160 JSGlobalProxy Context::global_proxy() const { in global_proxy()
/third_party/node/deps/v8/src/execution/
H A Disolate-inl.h121 Handle<JSGlobalProxy> Isolate::global_proxy() { in global_proxy()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h43 class JSGlobalProxy;
410 void ExtractJSGlobalProxyReferences(HeapEntry* entry, JSGlobalProxy proxy);
H A Dheap-snapshot-generator.cc1060 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 Dfactory.h684 // Reinitialize an JSGlobalProxy based on a constructor. The object
688 void ReinitializeJSGlobalProxy(Handle<JSGlobalProxy> global,
691 Handle<JSGlobalProxy> NewUninitializedJSGlobalProxy(int size);
H A Dfactory.cc3099 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 Dapi.cc6262 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()

Completed in 57 milliseconds

12