Home
last modified time | relevance | path

Searched refs:IsJSError (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dtest_helper.h46 EXPECT_TRUE(thread->GetException().IsJSError()); \
Dtagged_value_test.cpp366 EXPECT_TRUE(thread->GetException().IsJSError()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h76 inline bool JSObject::IsJSError() const in IsJSError() function
78 return GetJSHClass()->IsJSError(); in IsJSError()
Djs_tagged_value-inl.h826 inline bool JSTaggedValue::IsJSError() const in IsJSError() function
828 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSError(); in IsJSError()
Djs_tagged_value.h535 bool IsJSError() const;
Djs_object.h533 bool IsJSError() const;
Decma_context.cpp523 if (exceptionHandle->IsJSError()) { in HandleUncaughtException()
Djs_hclass.h803 inline bool IsJSError() const in IsJSError() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp77 if (!thenValue->IsJSError()) { in Resolve()
Dbuiltins_object.cpp823 } else if (object->IsJSError()) { in GetBuiltinTag()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp748 if (exHandle->IsJSError()) { in HandleUncaughtException()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp409 if (exceptionHandle->IsJSError()) { in PrintExceptionInfo()
3144 return JSNApiHelper::ToJSTaggedValue(this).IsJSError(); in IsError()