Searched refs:properties_or_hash (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | js-proxy.tq | 19 properties_or_hash: kEmptyFixedArray,
|
D | js-array.tq | 44 properties_or_hash: kEmptyFixedArray, 67 properties_or_hash: kEmptyFixedArray, 76 properties_or_hash: kEmptyFixedArray,
|
D | arguments.tq | 101 properties_or_hash: kEmptyFixedArray, 112 properties_or_hash: kEmptyFixedArray, 126 properties_or_hash: kEmptyFixedArray,
|
D | js-objects.tq | 9 properties_or_hash: SwissNameDictionary|FixedArrayBase|PropertyArray|Smi;
|
D | js-objects.h | 317 DECL_ACCESSORS(properties_or_hash, Object)
|
/third_party/node/deps/v8/src/builtins/ |
D | string-iterator.tq | 11 properties_or_hash: kEmptyFixedArray,
|
D | wasm.tq | 311 // 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;
|
D | function.tq | 94 properties_or_hash: kEmptyFixedArray,
|
D | promise-misc.tq | 62 promise.properties_or_hash = kEmptyFixedArray;
|
D | promise-all.tq | 56 resolve.properties_or_hash = index;
|
D | promise-any.tq | 68 reject.properties_or_hash = index;
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-printer.cc | 594 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/ |
D | code-stub-assembler.cc | 1998 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()
|