Searched refs:notPrimitiveString (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 1152 Label notPrimitiveString(env); in GetEnumElementKeys() local 1158 Branch(IsJSPrimitiveRef(obj), &isJSPrimitiveRef, ¬PrimitiveString); in GetEnumElementKeys() 1161 Branch(TaggedIsString(value), &isPrimitiveString, ¬PrimitiveString); in GetEnumElementKeys() 1171 Branch(Int32UnsignedLessThan(*i, strLen), &iLessLength, ¬PrimitiveString); in GetEnumElementKeys() 1185 Bind(¬PrimitiveString); in GetEnumElementKeys()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 6358 Label notPrimitiveString(env); in GetNumberOfElements() local 6362 Branch(IsJSPrimitiveRef(obj), &isJSPrimitiveRef, ¬PrimitiveString); in GetNumberOfElements() 6365 Branch(TaggedIsString(value), &isPrimitiveString, ¬PrimitiveString); in GetNumberOfElements() 6369 Jump(¬PrimitiveString); in GetNumberOfElements() 6371 Bind(¬PrimitiveString); in GetNumberOfElements()
|