Searched defs:thisExists (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_typedarray_stub_builder.cpp | 511 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists);
in LastIndexOf() local 1324 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists);
in Some() local 1415 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists);
in Filter() local 1552 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists); Slice() local 2179 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists); Set() local 2387 BRANCH(TaggedIsUndefinedOrNullOrHole(thisValue), slowPath, &thisExists); BuildArrayIterator() local 2410 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists); FindLastIndex() local 2516 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists); Of() local 2628 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists); Map() local [all...] |
| H A D | builtins_string_stub_builder.cpp | 2906 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists);
in EndsWith() local
|
| H A D | builtins_array_stub_builder.cpp | 843 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists); in ForEach() local 3497 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists); in CopyWithin() local 3714 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists); in Some() local 3917 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists); Every() local 4104 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists); ReduceRight() local 4307 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists); FindLastIndex() local 4499 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists); FindLast() local 4888 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &thisExists); FlatMap() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.cpp | 2101 BRANCH(TaggedIsUndefinedOrNullOrHole(thisValue), &throwTypeError, &thisExists);
in CreateJSTypedArrayIterator() local
|
Completed in 22 milliseconds