Home
last modified time | relevance | path

Searched defs:notPrimitiveString (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1117 BRANCH(IsJSPrimitiveRef(obj), &isJSPrimitiveRef, &notPrimitiveString); in GetEnumElementKeys() local
1120 BRANCH(TaggedIsString(value), &isPrimitiveString, &notPrimitiveString); in GetEnumElementKeys() local
1704 BRANCH(IsJSPrimitiveRef(obj), &isJSPrimitiveRef, &notPrimitiveString); in GetAllElementKeys() local
1708 BRANCH(TaggedIsString(value), &isPrimitiveString, &notPrimitiveString); in GetAllElementKeys() local
1940 BRANCH(IsJSPrimitiveRef(obj), &isJSPrimitiveRef, &notPrimitiveString); GetEnumElementEntries() local
1943 BRANCH(TaggedIsString(els), slowPath, &notPrimitiveString); GetEnumElementEntries() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp8099 BRANCH(IsJSPrimitiveRef(obj), &isJSPrimitiveRef, &notPrimitiveString); in GetNumberOfElements() local
8102 BRANCH(TaggedIsString(value), &isPrimitiveString, &notPrimitiveString); in GetNumberOfElements() local

Completed in 20 milliseconds