Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1526 bool isPendingException = true; in HWTEST_F_L0() local
1544 bool isPendingException = true; in HWTEST_F_L0() local
1561 bool isPendingException = true; in HWTEST_F_L0() local
1589 bool isPendingException = false; in HWTEST_F_L0() local
1620 bool isPendingException = false; in HWTEST_F_L0() local
1649 bool isPendingException = false; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1022 Label isPendingException(env); in Keys() local
1083 Label isPendingException(env); in GetPrototypeOf() local
1279 Label isPendingException(env); in GetOwnPropertyNames() local
1388 Label isPendingException(env); in GetOwnPropertySymbols() local
1652 Label isPendingException(env); in Entries() local
2030 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/compiler/
Dstub_builder.cpp1589 Label isPendingException(env); in AddPropertyByName() local
3980 Label isPendingException(env); in AddElementInternal() local
5715 Label isPendingException(env); in InstanceOf() local
5809 Label isPendingException(env); in GetMethod() local
6137 Label isPendingException(env); in OrdinaryHasInstance() local
8543 Label isPendingException(env); in IsIn() local
9137 Label *isPendingException, Label *noPendingException) in GetIteratorResult()
9168 Label *isPendingException) in TryFastGetIterator()
9256 Label isPendingException(env); in GetIterator() local
9316 Label isPendingException(env); in GetIterator() local
[all …]
Dtyped_hcr_lowering.cpp3049 Label isPendingException(&builder_); in LowerStringFromSingleCharCode() local
Dnew_object_stub_builder.cpp397 Label isPendingException(env); in CreateObjectHavingMethod() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1232 void JSValueRef::TryGetArrayLength(const EcmaVM *vm, bool *isPendingException, in TryGetArrayLength()