Home
last modified time | relevance | path

Searched refs:properties_or_hash (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-proxy.tq19 properties_or_hash: kEmptyFixedArray,
Djs-array.tq44 properties_or_hash: kEmptyFixedArray,
67 properties_or_hash: kEmptyFixedArray,
76 properties_or_hash: kEmptyFixedArray,
Darguments.tq101 properties_or_hash: kEmptyFixedArray,
112 properties_or_hash: kEmptyFixedArray,
126 properties_or_hash: kEmptyFixedArray,
Djs-objects.tq9 properties_or_hash: SwissNameDictionary|FixedArrayBase|PropertyArray|Smi;
Djs-objects.h317 DECL_ACCESSORS(properties_or_hash, Object)
/third_party/node/deps/v8/src/builtins/
Dstring-iterator.tq11 properties_or_hash: kEmptyFixedArray,
Dwasm.tq311 // TODO(ishell): consider removing properties_or_hash field from WasmObjects.
312 %RawDownCast<WasmStruct>(result).properties_or_hash = kEmptyFixedArray;
328 // TODO(ishell): consider removing properties_or_hash field from WasmObjects.
329 %RawDownCast<WasmArray>(result).properties_or_hash = kEmptyFixedArray;
Dfunction.tq94 properties_or_hash: kEmptyFixedArray,
Dpromise-misc.tq62 promise.properties_or_hash = kEmptyFixedArray;
Dpromise-all.tq56 resolve.properties_or_hash = index;
Dpromise-any.tq68 reject.properties_or_hash = index;
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc594 Object properties_or_hash = obj.raw_properties_or_hash(kRelaxedLoad); in JSObjectPrintBody() local
595 if (!properties_or_hash.IsSmi()) { in JSObjectPrintBody()
596 os << Brief(properties_or_hash); in JSObjectPrintBody()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1998 TNode<Object> properties_or_hash = in LoadJSReceiverIdentityHash() local
2000 GotoIf(TaggedIsSmi(properties_or_hash), &if_smi); in LoadJSReceiverIdentityHash()
2002 TNode<HeapObject> properties = CAST(properties_or_hash); in LoadJSReceiverIdentityHash()
2023 var_hash = SmiUntag(CAST(properties_or_hash)); in LoadJSReceiverIdentityHash()