Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1101 Label isPrimitiveString(env); in GetEnumElementKeys() local
1111 BRANCH(TaggedIsString(value), &isPrimitiveString, &notPrimitiveString); in GetEnumElementKeys()
1112 Bind(&isPrimitiveString); in GetEnumElementKeys()
1693 Label isPrimitiveString(env); in GetAllElementKeys() local
1699 BRANCH(TaggedIsString(value), &isPrimitiveString, &notPrimitiveString); in GetAllElementKeys()
1700 Bind(&isPrimitiveString); in GetAllElementKeys()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp8034 Label isPrimitiveString(env); in GetNumberOfElements() local
8042 BRANCH(TaggedIsString(value), &isPrimitiveString, &notPrimitiveString); in GetNumberOfElements()
8043 Bind(&isPrimitiveString); in GetNumberOfElements()