Home
last modified time | relevance | path

Searched defs:isPendingException (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_proxy_stub_builder.cpp213 Label isPendingException(env); in GetProperty() local
290 Label isPendingException(env); in SetProperty() local
Dbuiltins_object_stub_builder.cpp1006 Label isPendingException(env); in Keys() local
1067 Label isPendingException(env); in GetPrototypeOf() local
1265 Label isPendingException(env); in GetOwnPropertyNames() local
1374 Label isPendingException(env); in GetOwnPropertySymbols() local
1638 Label isPendingException(env); in Entries() local
2016 Label isPendingException(env); in GetOwnPropertyDescriptors() local
Dbuiltins_function_stub_builder.cpp65 Label isPendingException(env); in PrototypeApply() local
Dbuiltins_string_stub_builder.cpp40 Label isPendingException(env); in FromCharCode() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1511 bool isPendingException = true; in HWTEST_F_L0() local
1529 bool isPendingException = true; in HWTEST_F_L0() local
1546 bool isPendingException = true; in HWTEST_F_L0() local
1574 bool isPendingException = false; in HWTEST_F_L0() local
1605 bool isPendingException = false; in HWTEST_F_L0() local
1634 bool isPendingException = false; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1606 Label isPendingException(env); in AddPropertyByName() local
4050 Label isPendingException(env); in GetPropertyByName() local
4460 Label isPendingException(env); in AddElementInternal() local
6277 Label isPendingException(env); in InstanceOf() local
6371 Label isPendingException(env); in GetMethod() local
6705 Label isPendingException(env); in OrdinaryHasInstance() local
9219 Label isPendingException(env); in IsIn() local
9862 Label *isPendingException, Label *noPendingException) in GetIteratorResult()
9894 Label *isPendingException) in TryFastGetIterator()
9982 Label isPendingException(env); in GetIterator() local
[all …]
Dnew_object_stub_builder.cpp416 Label isPendingException(env); in CreateObjectHavingMethod() local
Dtyped_hcr_lowering.cpp3317 Label isPendingException(&builder_); in LowerStringFromSingleCharCode() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1249 void JSValueRef::TryGetArrayLength(const EcmaVM *vm, bool *isPendingException, in TryGetArrayLength()