Searched defs:posTagIsInt (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_string_stub_builder.cpp | 135 BRANCH(TaggedIsInt(posTag), &posTagIsInt, &posTagNotInt);
in CharAt() local 312 BRANCH(TaggedIsInt(posTag), &posTagIsInt, &posTagNotInt);
in CheckParamsAndGetPosition() local 378 BRANCH(TaggedIsInt(posTag), &posTagIsInt, &posTagNotInt);
in IndexOf() local 2809 BRANCH(TaggedIsInt(posTag), &posTagIsInt, &posTagNotInt); StartsWith() local 2930 BRANCH(TaggedIsInt(posTag), &posTagIsInt, slowPath); EndsWith() local [all...] |
Completed in 8 milliseconds