Searched refs:property_dictionary (Results 1 – 17 of 17) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | lookup.cc | 399 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()
|
D | keys.cc | 1011 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()
|
D | js-objects.cc | 450 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()
|
D | call-site-info.cc | 392 isolate, object.property_dictionary(), fun, name); in InferMethodName()
|
D | js-objects-inl.h | 787 DEF_GETTER(JSReceiver, property_dictionary, NameDictionary) { in DEF_GETTER() argument
|
D | js-objects.h | 50 DECL_GETTER(property_dictionary, NameDictionary)
|
D | objects.cc | 3643 Handle<NameDictionary> dict(proxy->property_dictionary(), isolate); in SetPrivateSymbol()
|
/third_party/node/deps/v8/src/heap/ |
D | object-stats.cc | 543 NameDictionary properties = boilerplate.property_dictionary(); in RecordVirtualAllocationSiteDetails() 604 NameDictionary properties = object.property_dictionary(); in RecordVirtualJSObjectDetails()
|
D | factory.cc | 1995 CopyFixedArray(handle(source->property_dictionary(), isolate())); in CopyJSObjectWithAllocationSite()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-literals.cc | 145 Handle<NameDictionary> dict(copy->property_dictionary(isolate), in StructureWalk()
|
D | runtime-object.cc | 478 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/ |
D | access-info.cc | 694 NameDictionary dict = holder->property_dictionary(); in TryLoadPropertyDetails()
|
D | compilation-dependencies.cc | 394 : try_load(object.property_dictionary()); in GetHolderIfValid()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-debug.cc | 1978 NameDictionary dict = property_dictionary(); in IncrementSpillStatistics()
|
D | objects-printer.cc | 345 PrintDictionaryContents(os, property_dictionary()); in PrintProperties()
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1800 NameDictionary dictionary = js_obj.property_dictionary(); in ExtractPropertyReferences()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 6198 Handle<NameDictionary>(from->property_dictionary(), isolate()); in TransferNamedProperties()
|