Searched defs:notHasException (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | containers_stub_builder.cpp | 116 BRANCH(HasPendingException(glue), &hasException, ¬HasException);
in ContainersCommonFuncCall() local 236 BRANCH(HasPendingException(glue), &hasException, ¬HasException);
in QueueCommonFuncCall() local 347 BRANCH(HasPendingException(glue), &hasException, ¬HasException);
in DequeCommonFuncCall() local 454 BRANCH(HasPendingException(glue), &hasException, ¬HasException); ContainersLightWeightCall() local 707 BRANCH(HasPendingException(glue), &hasException, ¬HasException); ContainersLinkedListCall() local [all...] |
| H A D | builtins_regexp_stub_builder.cpp | 37 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in GetFlags() local 149 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in TryToFastGetProperty() local
|
| H A D | linked_hashtable_stub_builder.cpp | 468 BRANCH(HasPendingException(glue_), &hasException, ¬HasException); in ForEach() local
|
| H A D | builtins_typedarray_stub_builder.cpp | 2334 BRANCH(TaggedIsException(retValue), &hasException, ¬HasException);
in FindIndex() local 2445 BRANCH(HasPendingException(glue), &hasException, ¬HasException);
in FindLastIndex() local
|
| H A D | builtins_array_stub_builder.cpp | 2180 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in Find() local 2291 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in FindIndex() local 2351 BRANCH(TaggedIsException(retValue), &hasException, ¬HasException); in FindIndex() local
|
Completed in 18 milliseconds