Home
last modified time | relevance | path

Searched refs:URI_ERROR (Results 1 – 7 of 7) sorted by relevance

/ark/js_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp77 return ErrorHelper::ErrorCommonConstructor(argv, ErrorType::URI_ERROR); in URIErrorConstructor()
82 return ErrorHelper::ErrorCommonToString(argv, ErrorType::URI_ERROR); in ToString()
/ark/js_runtime/ecmascript/base/
Derror_type.h29 URI_ERROR, enumerator
Derror_helper.cpp111 case ErrorType::URI_ERROR: in GetErrorName()
/ark/js_runtime/ecmascript/
Djs_serializer.cpp331 return WriteType(SerializationUID::URI_ERROR); in WriteJSErrorHeader()
823 case SerializationUID::URI_ERROR: in DeserializeJSTaggedValue()
889 case SerializationUID::URI_ERROR: in ReadJSError()
890 errorType = base::ErrorType::URI_ERROR; in ReadJSError()
893 errorType = base::ErrorType::URI_ERROR; in ReadJSError()
Djs_serializer.h75 URI_ERROR, enumerator
Decma_macros.h337 THROW_NEW_ERROR_WITH_MSG_AND_RETURN_VALUE(thread, ErrorType::URI_ERROR, message, value)
Dobject_factory.cpp627 errorType == ErrorType::URI_ERROR, in GetJSError()
655 case ErrorType::URI_ERROR: in NewJSError()