Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp1072 BRANCH(IsString(thisValue), &thisIsString, slowPath); in Trim() local
2911 BRANCH(IsString(thisValue), &thisIsString, slowPath); in EndsWith() local
3006 BRANCH(IsString(thisValue), &thisIsString, slowPath); in TrimStart() local
3026 BRANCH(IsString(thisValue), &thisIsString, slowPath); TrimEnd() local
3046 BRANCH(IsString(thisValue), &thisIsString, slowPath); TrimLeft() local
3066 BRANCH(IsString(thisValue), &thisIsString, slowPath); TrimRight() local
[all...]

Completed in 8 milliseconds