Home
last modified time | relevance | path

Searched defs:noException (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collection_stub_builder.cpp56 BRANCH(TaggedIsException(res), &exception, &noException); in Clear() local
H A Dlinked_hashtable_stub_builder.cpp353 BRANCH(TaggedIsException(array), &exit, &noException); in Create() local
400 BRANCH(TaggedIsException(newTable), &exit, &noException); in Clear() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp1562 BRANCH(TaggedIsException(srcElements), &isException, &noException); in DECLARE_ASM_HANDLER() local
H A Dstub_builder.cpp9135 BRANCH(TaggedIsException(itor), &isException, &noException); in GetCallSpreadArgs() local

Completed in 42 milliseconds