Home
last modified time | relevance | path

Searched defs:errorType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dthrow_oom_error_test.cpp67 JSType errorType = thread->GetException().GetTaggedObject()->GetClass()->GetObjectType(); in HWTEST_F_L0() local
100 JSType errorType = thread->GetException().GetTaggedObject()->GetClass()->GetObjectType(); in HWTEST_F_L0() local
Dgc_third_test.cpp133 JSType errorType = thread->GetException().GetTaggedObject()->GetClass()->GetObjectType(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp32 …TaggedValue ErrorHelper::ErrorCommonToString(EcmaRuntimeCallInfo *argv, const ErrorType &errorType) in ErrorCommonToString()
91 const ErrorType &errorType) in GetErrorName()
134 [[maybe_unused]] const ErrorType &errorType) in ErrorCommonConstructor()
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h348 #define THROW_NEW_ERROR_AND_RETURN_HANDLE(thread, errorType, type, message) \ argument
360 #define THROW_NEW_ERROR_WITH_MSG_AND_RETURN_VALUE(thread, errorType, message, value) \ argument
Djs_serializer.cpp526 JSType errorType = taggedObject->GetClass()->GetObjectType(); in WriteJSError() local
1387 base::ErrorType errorType; in ReadJSError() local
Dobject_factory.cpp850 JSHandle<JSObject> ObjectFactory::GetJSError(const ErrorType &errorType, const char *data, bool nee… in GetJSError()
866 JSHandle<JSObject> ObjectFactory::NewJSError(const ErrorType &errorType, const JSHandle<EcmaString>… in NewJSError()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp169 … base::ErrorType errorType = base::ErrorType(type - static_cast<uint8_t>(JSType::JS_ERROR_FIRST)); in DeserializeJSError() local