Home
last modified time | relevance | path

Searched refs:JSGlobalObject (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
Djs-objects.h25 class JSGlobalObject; variable
507 static void InvalidatePrototypeValidityCell(JSGlobalObject global);
1051 inline bool IsDetachedFrom(JSGlobalObject global) const;
1064 class JSGlobalObject
1065 : public TorqueGeneratedJSGlobalObject<JSGlobalObject, JSSpecialObject> {
1069 static void InvalidatePropertyCell(Handle<JSGlobalObject> object,
1079 DECL_PRINTER(JSGlobalObject)
1080 DECL_VERIFIER(JSGlobalObject)
1082 TQ_OBJECT_CONSTRUCTORS(JSGlobalObject)
Dlookup.cc367 JSGlobalObject::cast(*holder).global_dictionary(isolate_, kAcquireLoad), in PrepareForDataProperty()
519 JSGlobalObject::cast(*holder_obj) in ReconfigureDataProperty()
636 Handle<JSGlobalObject> global = Handle<JSGlobalObject>::cast(receiver); in ApplyTransitionToDataProperty()
892 Handle<JSGlobalObject> holder = GetHolder<JSGlobalObject>(); in FetchValue()
1042 Handle<JSGlobalObject> holder = GetHolder<JSGlobalObject>(); in GetPropertyCell()
1106 JSGlobalObject::cast(*holder).global_dictionary(isolate_, kAcquireLoad); in WriteDataValue()
1280 GlobalDictionary dict = JSGlobalObject::cast(holder).global_dictionary( in LookupInSpecialHolder()
1580 Handle<JSGlobalObject> holder, Handle<Name> name) { in TryGetPropertyCell()
Djs-objects-inl.h41 TQ_OBJECT_CONSTRUCTORS_IMPL(JSGlobalObject) in TQ_OBJECT_CONSTRUCTORS_IMPL()
588 DEF_GETTER(JSGlobalObject, native_context_unchecked, Object) { in DEF_GETTER() argument
750 RELEASE_ACQUIRE_ACCESSORS_CHECKED2(JSGlobalObject, global_dictionary,
886 bool JSGlobalObject::IsDetached() { in IsDetached()
890 bool JSGlobalProxy::IsDetachedFrom(JSGlobalObject global) const { in IsDetachedFrom()
Dcontexts.h19 class JSGlobalObject; variable
613 V8_EXPORT_PRIVATE JSGlobalObject global_object() const;
741 JSGlobalObject global_object() { return Context::global_object(); } in global_object()
742 JSGlobalObject global_object(AcquireLoadTag) { in global_object()
Dcontexts.cc148 JSGlobalObject Context::global_object() const { in global_object()
149 return JSGlobalObject::cast(native_context().extension()); in global_object()
Dkeys.cc1005 JSGlobalObject::cast(*object).global_dictionary(kAcquireLoad)); in CollectOwnPropertyNames()
1042 handle(JSGlobalObject::cast(*object).global_dictionary(kAcquireLoad), in CollectOwnPropertyNames()
1067 handle(JSGlobalObject::cast(*object).global_dictionary(kAcquireLoad), in CollectPrivateNames()
1154 JSGlobalObject::cast(*object).global_dictionary(kAcquireLoad)); in GetOwnEnumPropertyKeys()
Djs-objects.tq109 extern class JSGlobalObject extends JSSpecialObject {
Dlookup-inl.h281 return handle(JSGlobalObject::cast(prototype), isolate_); in GetStoreTarget()
Dlookup.h365 Handle<JSGlobalObject> holder, Handle<Name> name);
Dobject-list-macros.h147 V(JSGlobalObject) \
Djs-objects.cc442 source_length = JSGlobalObject::cast(*from) in SetOrCopyDataProperties()
893 JSGlobalObject::cast(*object).global_dictionary(kAcquireLoad), isolate); in DeleteNormalizedProperty()
899 JSGlobalObject::cast(*object).set_global_dictionary(*new_dictionary, in DeleteNormalizedProperty()
2379 return JSGlobalObject::kHeaderSize; in GetHeaderSize()
2661 Handle<JSGlobalObject> global_obj = Handle<JSGlobalObject>::cast(object); in SetNormalizedProperty()
4368 JSGlobalObject::cast(*object).global_dictionary(kAcquireLoad), in PreventExtensionsWithTransition()
4668 return JSGlobalObject::cast(*this) in SlowReverseLookup()
4971 void JSObject::InvalidatePrototypeValidityCell(JSGlobalObject global) { in InvalidatePrototypeValidityCell()
5379 void JSGlobalObject::InvalidatePropertyCell(Handle<JSGlobalObject> global, in InvalidatePropertyCell()
Dcall-site-info.cc385 isolate, JSGlobalObject::cast(object).global_dictionary(kAcquireLoad), in InferMethodName()
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.h20 class JSGlobalObject; variable
249 Handle<JSGlobalObject> global_object() const { return global_object_; } in global_object()
261 Handle<JSGlobalObject> global_object_;
Dheap-refs.h88 BACKGROUND_SERIALIZED(JSGlobalObject) \
530 V(JSGlobalObject, global_object) \
983 DEFINE_REF_CONSTRUCTOR(JSGlobalObject, JSObjectRef)
985 Handle<JSGlobalObject> object() const;
/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc50 Object DeclareGlobal(Isolate* isolate, Handle<JSGlobalObject> global, in DeclareGlobal()
179 Handle<JSGlobalObject> global(isolate->global_object()); in RUNTIME_FUNCTION()
266 return DeclareGlobal(isolate, Handle<JSGlobalObject>::cast(holder), name, in DeclareEvalHelper()
270 Handle<JSGlobalObject> global(JSGlobalObject::cast(context->extension()), in DeclareEvalHelper()
276 Handle<JSGlobalObject> global( in DeclareEvalHelper()
277 JSGlobalObject::cast(context->global_object()), isolate); in DeclareEvalHelper()
/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.h34 class JSGlobalObject; variable
150 JSGlobalObject global_object() const;
Doptimized-compilation-info.cc213 JSGlobalObject OptimizedCompilationInfo::global_object() const { in global_object()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h42 class JSGlobalObject; variable
507 std::vector<std::pair<Handle<JSGlobalObject>, const char*>>
509 std::unordered_map<JSGlobalObject, const char*, Object::Hasher>
513 std::unordered_set<JSGlobalObject, Object::Hasher> user_roots_;
Dheap-snapshot-generator.cc817 auto it = global_object_tag_map_.find(JSGlobalObject::cast(object)); in AddEntry()
1198 JSGlobalObject global_obj = JSGlobalObject::cast(obj); in ExtractJSObjectReferences()
1200 JSGlobalObject::kNativeContextOffset); in ExtractJSObjectReferences()
1202 JSGlobalObject::kGlobalProxyOffset); in ExtractJSObjectReferences()
1203 STATIC_ASSERT(JSGlobalObject::kHeaderSize - JSObject::kHeaderSize == in ExtractJSObjectReferences()
1774 JSGlobalObject::cast(js_obj).global_dictionary(kAcquireLoad); in ExtractPropertyReferences()
2258 JSGlobalObject global = Context::cast(child_obj).global_object(); in SetGcSubrootReference()
2326 Handle<JSGlobalObject>& at(int i) { return objects_[i]; } in at()
2340 objects_.push_back(handle(JSGlobalObject::cast(global), isolate_)); in VisitRootPointersImpl()
2345 std::vector<Handle<JSGlobalObject>> objects_;
[all …]
/third_party/node/deps/v8/src/execution/
Disolate-inl.h117 Handle<JSGlobalObject> Isolate::global_object() { in global_object()
Dexecution.cc30 return handle(Handle<JSGlobalObject>::cast(receiver)->global_proxy(), in NormalizeReceiver()
205 Handle<JSGlobalObject> global_object(native_context->global_object(), in NewScriptContext()
259 JSGlobalObject::InvalidatePropertyCell(global_object, name); in NewScriptContext()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc212 Handle<JSGlobalObject> CreateNewGlobals(
218 void HookUpGlobalObject(Handle<JSGlobalObject> global_object);
227 void InitializeGlobal(Handle<JSGlobalObject> global_object,
1289 Handle<JSGlobalObject> Genesis::CreateNewGlobals( in CreateNewGlobals()
1329 JSGlobalObject::kHeaderSize, 0, MUTABLE); in CreateNewGlobals()
1350 Handle<JSGlobalObject> global_object = in CreateNewGlobals()
1408 void Genesis::HookUpGlobalObject(Handle<JSGlobalObject> global_object) { in HookUpGlobalObject()
1409 Handle<JSGlobalObject> global_object_from_snapshot( in HookUpGlobalObject()
1410 JSGlobalObject::cast(native_context()->extension()), isolate()); in HookUpGlobalObject()
1503 void Genesis::InitializeGlobal(Handle<JSGlobalObject> global_object, in InitializeGlobal()
[all …]
/third_party/node/deps/v8/src/heap/
Dobject-stats.cc437 void RecordVirtualJSGlobalObjectDetails(JSGlobalObject object);
571 JSGlobalObject object) { in RecordVirtualJSGlobalObjectDetails()
759 RecordVirtualJSGlobalObjectDetails(JSGlobalObject::cast(obj)); in CollectStatistics()
Dmemory-measurement.cc376 JSGlobalObject::cast(object).native_context_unchecked(isolate); in InferForJSObject()
/third_party/node/deps/v8/src/ic/
Dic.cc525 Handle<JSGlobalObject> global = isolate()->global_object(); in Load()
1692 Handle<JSGlobalObject> global = isolate()->global_object(); in Store()
2750 Handle<JSGlobalObject> global = isolate->global_object(); in RUNTIME_FUNCTION()
2923 Handle<JSGlobalObject> global = isolate->global_object(); in RUNTIME_FUNCTION()
2962 Handle<JSGlobalObject> global = isolate->global_object(); in RUNTIME_FUNCTION()

12