Home
last modified time | relevance | path

Searched defs:errorType (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A 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/
H A Derror_helper.cpp22 JSTaggedValue ErrorHelper::ErrorCommonToString(EcmaRuntimeCallInfo *argv, const ErrorType &errorType) in ErrorCommonToString() argument
80 GetErrorName(JSThread *thread, const JSHandle<JSTaggedValue> &name, const ErrorType &errorType) GetErrorName() argument
123 ErrorCommonConstructor(EcmaRuntimeCallInfo *argv, [[maybe_unused]] const ErrorType &errorType) ErrorCommonConstructor() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_async_generator_object.cpp73 [[maybe_unused]] JSType errorType = thread->GetException().GetTaggedObject()->GetClass()->GetObjectType(); in AsyncGeneratorResolve() local
H A Dobject_factory.cpp966 JSHandle<JSObject> ObjectFactory::GetJSError(const ErrorType &errorType, const char *data, StackCheck needCheckStack) in GetJSError() argument
982 NewJSError(const ErrorType &errorType, const JSHandle<EcmaString> &message, StackCheck needCheckStack) NewJSError() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.cpp148 base::ErrorType errorType = base::ErrorType(type - static_cast<uint8_t>(JSType::JS_ERROR_FIRST)); in DeserializeJSError() local

Completed in 9 milliseconds