Home
last modified time | relevance | path

Searched refs:IsError (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Dregexp_test.cpp113 bool parseResult = parser.IsError(); in HWTEST_F_L0()
123 bool parseResult = parser.IsError(); in HWTEST_F_L0()
133 bool parseResult = parser.IsError(); in HWTEST_F_L0()
143 bool parseResult = parser.IsError(); in HWTEST_F_L0()
153 bool parseResult = parser.IsError(); in HWTEST_F_L0()
163 bool parseResult = parser.IsError(); in HWTEST_F_L0()
173 bool parseResult = parser.IsError(); in HWTEST_F_L0()
183 bool parseResult = parser.IsError(); in HWTEST_F_L0()
193 bool parseResult = parser.IsError(); in HWTEST_F_L0()
203 bool parseResult = parser.IsError(); in HWTEST_F_L0()
[all …]
/arkcompiler/runtime_core/libpandabase/serializer/
Dserializer.h238 bool IsError() const in IsError() function
300 if (deserializer.IsError()) { in RawBufferToStruct()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h129 inline bool IsError() const in IsError() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp720 ASSERT_TRUE(error->IsError()); in HWTEST_F_L0()
731 ASSERT_TRUE(error->IsError()); in HWTEST_F_L0()
742 ASSERT_TRUE(error->IsError()); in HWTEST_F_L0()
753 ASSERT_TRUE(error->IsError()); in HWTEST_F_L0()
764 ASSERT_TRUE(error->IsError()); in HWTEST_F_L0()
775 ASSERT_TRUE(error->IsError()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h429 bool IsError();
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp234 if (reason == EXCEPTION && exception->IsError()) { in NotifyPaused()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp160 if (tagged->IsError()) { in FromTagged()
352 if (tagged->IsError()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1762 if (parser.IsError()) { in RegExpInitialize()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3142 bool JSValueRef::IsError() in IsError() function in panda::JSValueRef