Searched defs:errorType (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | throw_oom_error_test.cpp | 67 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
|
D | gc_third_test.cpp | 133 JSType errorType = thread->GetException().GetTaggedObject()->GetClass()->GetObjectType(); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | error_helper.cpp | 32 …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/ |
D | ecma_macros.h | 348 #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
|
D | js_serializer.cpp | 526 JSType errorType = taggedObject->GetClass()->GetObjectType(); in WriteJSError() local 1387 base::ErrorType errorType; in ReadJSError() local
|
D | object_factory.cpp | 850 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/ |
D | base_deserializer.cpp | 169 … base::ErrorType errorType = base::ErrorType(type - static_cast<uint8_t>(JSType::JS_ERROR_FIRST)); in DeserializeJSError() local
|