Searched defs:thisIsHeapObj (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_string_stub_builder.cpp | 832 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapObj, slowPath);
in Replace() local 986 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapObj, slowPath);
in Slice() local 1070 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapObj, slowPath);
in Trim() local 2125 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapObj, slowPath); Concat() local 2206 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapObj, slowPath); ToLowerCase() local 2423 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapObj, slowPath); LocaleCompare() local 2475 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapObj, slowPath); GetStringIterator() local 2510 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapObj, slowPath); StringIteratorNext() local 3004 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapObj, slowPath); TrimStart() local 3024 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapObj, slowPath); TrimEnd() local 3044 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapObj, slowPath); TrimLeft() local 3064 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapObj, slowPath); TrimRight() local [all...] |
Completed in 7 milliseconds