Home
last modified time | relevance | path

Searched refs:properties_or_hash (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
H A 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/objects/
H A Djs-objects.h317 DECL_ACCESSORS(properties_or_hash, Object)
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1998 TNode<Object> properties_or_hash =
2000 GotoIf(TaggedIsSmi(properties_or_hash), &if_smi);
2002 TNode<HeapObject> properties = CAST(properties_or_hash);
2023 var_hash = SmiUntag(CAST(properties_or_hash));

Completed in 20 milliseconds