Home
last modified time | relevance | path

Searched refs:IsJSError (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtest_helper.h51 EXPECT_TRUE(thread->GetException().IsJSError()); \
H A Dtagged_value_test.cpp220 EXPECT_TRUE(thread->GetException().IsJSError()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object-inl.h82 inline bool JSObject::IsJSError() const in IsJSError() function in panda::ecmascript::JSObject
84 return GetJSHClass()->IsJSError(); in IsJSError()
H A Djs_tagged_value-inl.h644 inline bool JSTaggedValue::IsJSError() const in IsJSError() function in panda::ecmascript::JSTaggedValue
646 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSError(); in IsJSError()
H A Djs_tagged_value.h506 bool IsJSError() const;
H A Decma_context.cpp744 if (exceptionHandle->IsJSError()) { in HandleUncaughtException()
H A Djs_object.h618 bool IsJSError() const;
H A Djs_hclass.h1062 inline bool IsJSError() const in IsJSError() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dvalue_serializer.cpp185 if (object->GetClass()->IsJSError()) { in SerializeObjectImpl()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_handler.cpp73 if (!thenValue->IsJSError()) { in Resolve()
H A Dbuiltins_object.cpp928 } else if (object->IsJSError()) { in GetBuiltinObjectToString()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp253 EXPECT_TRUE(objValue->IsJSError()); in JSErrorTest1()
277 EXPECT_TRUE(value->IsJSError()); in JSErrorTest2()
302 EXPECT_TRUE(value->IsJSError()); in JSErrorTest3()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp822 if (exHandle->IsJSError()) { in HandleUncaughtException()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp2050 if (exceptionHandle->IsJSError()) { in AsyncModuleExecutionRejected()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp568 return JSNApiHelper::ToJSTaggedValue(this).IsJSError(); in IsError()
4478 if (exceptionHandle->IsJSError()) { in PrintExceptionInfo()

Completed in 50 milliseconds