Home
last modified time | relevance | path

Searched refs:property_dictionary (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dlookup.cc399 NameDictionary dict = holder->property_dictionary(); in PrepareForDataProperty()
451 NameDictionary dict = holder_obj->property_dictionary(); in PrepareForDataProperty()
540 holder_obj->property_dictionary(isolate_), isolate()); in ReconfigureDataProperty()
689 Handle<NameDictionary> dictionary(receiver->property_dictionary(isolate_), in ApplyTransitionToDataProperty()
900 result = holder_->property_dictionary(isolate_).ValueAt( in FetchValue()
1004 NameDictionary dict = holder->property_dictionary(); in IsConstDictValueEqualTo()
1125 NameDictionary dictionary = holder->property_dictionary(isolate_); in WriteDataValue()
1367 NameDictionary dict = holder.property_dictionary(isolate_); in LookupInRegularHolder()
Dkeys.cc1011 isolate_, mode_, this, object, object->property_dictionary()); in CollectOwnPropertyNames()
1050 handle(object->property_dictionary(), isolate_), this)); in CollectOwnPropertyNames()
1075 handle(object->property_dictionary(), isolate_), this)); in CollectPrivateNames()
1162 object->property_dictionary()); in GetOwnEnumPropertyKeys()
1194 handle(proxy->property_dictionary(), isolate_), this)); in CollectOwnJSProxyKeys()
Djs-objects.cc450 from->property_dictionary().NumberOfEnumerableProperties(); in SetOrCopyDataProperties()
911 Handle<NameDictionary> dictionary(object->property_dictionary(), isolate); in DeleteNormalizedProperty()
2698 Handle<NameDictionary> dictionary(object->property_dictionary(), isolate); in SetNormalizedProperty()
3688 dictionary = handle(object->property_dictionary(), isolate); in MigrateSlowToFast()
4057 object.property_dictionary(), object.GetReadOnlyRoots(), level); in TestPropertiesIntegrityLevel()
4378 Handle<NameDictionary> dictionary(object->property_dictionary(), in PreventExtensionsWithTransition()
4448 NameDictionary dict = object->property_dictionary(); in DictionaryPropertyAt()
4674 return property_dictionary().SlowReverseLookup(value); in SlowReverseLookup()
4775 make_constant(object->property_dictionary()); in OptimizeAsPrototype()
Dcall-site-info.cc392 isolate, object.property_dictionary(), fun, name); in InferMethodName()
Djs-objects-inl.h787 DEF_GETTER(JSReceiver, property_dictionary, NameDictionary) { in DEF_GETTER() argument
Djs-objects.h50 DECL_GETTER(property_dictionary, NameDictionary)
Dobjects.cc3643 Handle<NameDictionary> dict(proxy->property_dictionary(), isolate); in SetPrivateSymbol()
/third_party/node/deps/v8/src/heap/
Dobject-stats.cc543 NameDictionary properties = boilerplate.property_dictionary(); in RecordVirtualAllocationSiteDetails()
604 NameDictionary properties = object.property_dictionary(); in RecordVirtualJSObjectDetails()
Dfactory.cc1995 CopyFixedArray(handle(source->property_dictionary(), isolate())); in CopyJSObjectWithAllocationSite()
/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc145 Handle<NameDictionary> dict(copy->property_dictionary(isolate), in StructureWalk()
Druntime-object.cc478 Handle<NameDictionary> dictionary(receiver->property_dictionary(), isolate); in RUNTIME_FUNCTION()
836 lookup_start_object->property_dictionary(); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/compiler/
Daccess-info.cc694 NameDictionary dict = holder->property_dictionary(); in TryLoadPropertyDetails()
Dcompilation-dependencies.cc394 : try_load(object.property_dictionary()); in GetHolderIfValid()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1978 NameDictionary dict = property_dictionary(); in IncrementSpillStatistics()
Dobjects-printer.cc345 PrintDictionaryContents(os, property_dictionary()); in PrintProperties()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1800 NameDictionary dictionary = js_obj.property_dictionary(); in ExtractPropertyReferences()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc6198 Handle<NameDictionary>(from->property_dictionary(), isolate()); in TransferNamedProperties()