Searched defs:thisIsString (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_string_stub_builder.cpp | 1072 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