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.cpp48 JSType errorType = thread->GetException().GetTaggedObject()->GetClass()->GetObjectType(); in HWTEST_F_L0() local
81 JSType errorType = thread->GetException().GetTaggedObject()->GetClass()->GetObjectType(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp22 …TaggedValue ErrorHelper::ErrorCommonToString(EcmaRuntimeCallInfo *argv, const ErrorType &errorType) in ErrorCommonToString()
81 const ErrorType &errorType) in GetErrorName()
124 [[maybe_unused]] const ErrorType &errorType) in ErrorCommonConstructor()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DLibraryTypeCallDiagnosticChecker.ts109 const errorType: ErrorType = MessageUtils.checkMessageChainErrorType(diagnosticMessageChain); constant
157 const errorType = this.getErrorType(diagnostic); constant
/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp74 …[[maybe_unused]] JSType errorType = thread->GetException().GetTaggedObject()->GetClass()->GetObjec… in AsyncGeneratorResolve() local
Decma_macros.h401 #define THROW_NEW_ERROR_AND_RETURN_HANDLE(thread, errorType, type, message) … argument
413 #define THROW_NEW_ERROR_WITH_MSG_AND_RETURN_VALUE(thread, errorType, message, value) … argument
Dobject_factory.cpp965 JSHandle<JSObject> ObjectFactory::GetJSError(const ErrorType &errorType, const char *data, StackChe… in GetJSError()
981 JSHandle<JSObject> ObjectFactory::NewJSError(const ErrorType &errorType, const JSHandle<EcmaString>… in NewJSError()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp148 … base::ErrorType errorType = base::ErrorType(type - static_cast<uint8_t>(JSType::JS_ERROR_FIRST)); in DeserializeJSError() local