Searched defs:errorType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | throw_oom_error_test.cpp | 48 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/ |
| D | error_helper.cpp | 22 …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/ |
| D | LibraryTypeCallDiagnosticChecker.ts | 109 const errorType: ErrorType = MessageUtils.checkMessageChainErrorType(diagnosticMessageChain); constant 157 const errorType = this.getErrorType(diagnostic); constant
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_generator_object.cpp | 74 …[[maybe_unused]] JSType errorType = thread->GetException().GetTaggedObject()->GetClass()->GetObjec… in AsyncGeneratorResolve() local
|
| D | ecma_macros.h | 401 #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
|
| D | object_factory.cpp | 965 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/ |
| D | base_deserializer.cpp | 148 … base::ErrorType errorType = base::ErrorType(type - static_cast<uint8_t>(JSType::JS_ERROR_FIRST)); in DeserializeJSError() local
|