Home
last modified time | relevance | path

Searched defs:property_array (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-struct.cc114 Handle<PropertyArray> property_array = in BUILTIN() local
/third_party/node/deps/v8/src/runtime/
Druntime-classes.cc306 Handle<PropertyArray> property_array = in AddDescriptorsByTemplate() local
/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h813 DEF_GETTER(JSReceiver, property_array, PropertyArray) { in DEF_GETTER() argument
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1954 Handle<PropertyArray> property_array = in DeserializeObjects() local
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc4870 TNode<PropertyArray> property_array = AllocatePropertyArray(length); in GenerateCloneObjectIC() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc4655 TNode<PropertyArray> property_array, TNode<IntPtrT> length) { in InitializePropertyArrayLength()
4673 TNode<PropertyArray> property_array = CAST(array); in AllocatePropertyArray() local