Home
last modified time | relevance | path

Searched defs:notHasException (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_stub_builder.cpp116 BRANCH(HasPendingException(glue), &hasException, &notHasException); in ContainersCommonFuncCall() local
236 BRANCH(HasPendingException(glue), &hasException, &notHasException); in QueueCommonFuncCall() local
347 BRANCH(HasPendingException(glue), &hasException, &notHasException); in DequeCommonFuncCall() local
454 BRANCH(HasPendingException(glue), &hasException, &notHasException); ContainersLightWeightCall() local
707 BRANCH(HasPendingException(glue), &hasException, &notHasException); ContainersLinkedListCall() local
[all...]
H A Dbuiltins_regexp_stub_builder.cpp37 BRANCH(HasPendingException(glue), &hasException, &notHasException); in GetFlags() local
149 BRANCH(HasPendingException(glue), &hasException, &notHasException); in TryToFastGetProperty() local
H A Dlinked_hashtable_stub_builder.cpp468 BRANCH(HasPendingException(glue_), &hasException, &notHasException); in ForEach() local
H A Dbuiltins_typedarray_stub_builder.cpp2334 BRANCH(TaggedIsException(retValue), &hasException, &notHasException); in FindIndex() local
2445 BRANCH(HasPendingException(glue), &hasException, &notHasException); in FindLastIndex() local
H A Dbuiltins_array_stub_builder.cpp2180 BRANCH(HasPendingException(glue), &hasException, &notHasException); in Find() local
2291 BRANCH(HasPendingException(glue), &hasException, &notHasException); in FindIndex() local
2351 BRANCH(TaggedIsException(retValue), &hasException, &notHasException); in FindIndex() local

Completed in 18 milliseconds