Searched refs:notPrimitiveString (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 1102 Label notPrimitiveString(env); in GetEnumElementKeys() local 1108 BRANCH(IsJSPrimitiveRef(obj), &isJSPrimitiveRef, ¬PrimitiveString); in GetEnumElementKeys() 1111 BRANCH(TaggedIsString(value), &isPrimitiveString, ¬PrimitiveString); in GetEnumElementKeys() 1121 BRANCH(Int32UnsignedLessThan(*i, strLen), &iLessLength, ¬PrimitiveString); in GetEnumElementKeys() 1135 Bind(¬PrimitiveString); in GetEnumElementKeys() 1694 Label notPrimitiveString(env); in GetAllElementKeys() local 1695 BRANCH(IsJSPrimitiveRef(obj), &isJSPrimitiveRef, ¬PrimitiveString); in GetAllElementKeys() 1699 BRANCH(TaggedIsString(value), &isPrimitiveString, ¬PrimitiveString); in GetAllElementKeys() 1709 BRANCH(Int32UnsignedLessThan(*i, elementIndex), &next, ¬PrimitiveString); in GetAllElementKeys() 1723 Bind(¬PrimitiveString); in GetAllElementKeys() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 8035 Label notPrimitiveString(env); in GetNumberOfElements() local 8039 BRANCH(IsJSPrimitiveRef(obj), &isJSPrimitiveRef, ¬PrimitiveString); in GetNumberOfElements() 8042 BRANCH(TaggedIsString(value), &isPrimitiveString, ¬PrimitiveString); in GetNumberOfElements() 8046 Jump(¬PrimitiveString); in GetNumberOfElements() 8048 Bind(¬PrimitiveString); in GetNumberOfElements()
|