Searched defs:noException (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_collection_stub_builder.cpp | 56 BRANCH(TaggedIsException(res), &exception, &noException); in Clear() local
|
| H A D | linked_hashtable_stub_builder.cpp | 353 BRANCH(TaggedIsException(array), &exit, &noException); in Create() local 400 BRANCH(TaggedIsException(newTable), &exit, &noException); in Clear() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 1562 BRANCH(TaggedIsException(srcElements), &isException, &noException);
in DECLARE_ASM_HANDLER() local
|
| H A D | stub_builder.cpp | 9135 BRANCH(TaggedIsException(itor), &isException, &noException); in GetCallSpreadArgs() local
|
Completed in 42 milliseconds