Home
last modified time | relevance | path

Searched defs:errorType (Results 1 – 10 of 10) 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.cpp23 …TaggedValue ErrorHelper::ErrorCommonToString(EcmaRuntimeCallInfo *argv, const ErrorType &errorType) in ErrorCommonToString()
82 const ErrorType &errorType) in GetErrorName()
125 [[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
156 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.h463 #define THROW_NEW_ERROR_AND_RETURN_HANDLE(thread, errorType, type, message) … argument
475 #define THROW_NEW_ERROR_WITH_MSG_AND_RETURN_VALUE(thread, errorType, message, value) … argument
Dobject_factory.cpp995 JSHandle<JSObject> ObjectFactory::GetJSError(const ErrorType &errorType, const char *data, StackChe… in GetJSError()
1011 …dle<JSObject> ObjectFactory::NewJSError(const JSHandle<GlobalEnv> &env, const ErrorType &errorType, in NewJSError()
1076 JSHandle<JSObject> ObjectFactory::NewJSError(const ErrorType &errorType, const JSHandle<EcmaString>… in NewJSError()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp145 … base::ErrorType errorType = base::ErrorType(type - static_cast<uint8_t>(JSType::JS_ERROR_FIRST)); in DeserializeJSError() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/error_ops/
Derror_handling_test.cpp624 ani_type errorType = nullptr; in GetErrorProperty() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinternal_api.cpp510 DiagnosticSeverity GetSeverity(util::DiagnosticType errorType) in GetSeverity()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp3514 ani_type errorType = nullptr; in GetErrorDescriptionLines() local