Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp68 BRANCH(HasPendingException(glue), &isPendingException, &noPendingException); in PrototypeApply() local
H A Dbuiltins_object_stub_builder.cpp1225 BRANCH(HasPendingException(glue_), &isPendingException, &noPendingException); in Keys() local
1286 BRANCH(HasPendingException(glue_), &isPendingException, &noPendingException); in GetPrototypeOf() local
1482 BRANCH(HasPendingException(glue_), &isPendingException, &noPendingException); in GetOwnPropertyNames() local
1590 BRANCH(HasPendingException(glue_), &isPendingException, &noPendingException); GetOwnPropertySymbols() local
1857 BRANCH(HasPendingException(glue_), &isPendingException, &noPendingException); Entries() local
2230 BRANCH(HasPendingException(glue_), &isPendingException, &noPendingException); GetOwnPropertyDescriptors() local
[all...]
H A Dbuiltins_string_stub_builder.cpp52 BRANCH(HasPendingException(glue), &isPendingException, &noPendingException); in FromCharCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp377 BRANCH(HasPendingException(glue), &isPendingException, &exit); in CreateObjectHavingMethod() local
H A Dstub_builder.cpp1526 BRANCH(HasPendingException(glue), &isPendingException, &noPendingException); in AddPropertyByName() local
3894 BRANCH(HasPendingException(glue), &isPendingException, &noPendingException); in AddElementInternal() local
5592 BRANCH(HasPendingException(glue), &isPendingException, &noPendingException); in InstanceOf() local
5686 BRANCH(HasPendingException(glue), &isPendingException, &noPendingException); GetMethod() local
6013 BRANCH(HasPendingException(glue), &isPendingException, &noPendingException); OrdinaryHasInstance() local
8510 BRANCH(HasPendingException(glue), &isPendingException, &noPendingException); GetIterator() local
8914 BRANCH(HasPendingException(glue), &isPendingException, &noPendingException); ToLength() local
[all...]

Completed in 28 milliseconds