Home
last modified time | relevance | path

Searched refs:notPrimitiveString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1152 Label notPrimitiveString(env); in GetEnumElementKeys() local
1158 Branch(IsJSPrimitiveRef(obj), &isJSPrimitiveRef, &notPrimitiveString); in GetEnumElementKeys()
1161 Branch(TaggedIsString(value), &isPrimitiveString, &notPrimitiveString); in GetEnumElementKeys()
1171 Branch(Int32UnsignedLessThan(*i, strLen), &iLessLength, &notPrimitiveString); in GetEnumElementKeys()
1185 Bind(&notPrimitiveString); in GetEnumElementKeys()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp6358 Label notPrimitiveString(env); in GetNumberOfElements() local
6362 Branch(IsJSPrimitiveRef(obj), &isJSPrimitiveRef, &notPrimitiveString); in GetNumberOfElements()
6365 Branch(TaggedIsString(value), &isPrimitiveString, &notPrimitiveString); in GetNumberOfElements()
6369 Jump(&notPrimitiveString); in GetNumberOfElements()
6371 Bind(&notPrimitiveString); in GetNumberOfElements()