Home
last modified time | relevance | path

Searched refs:GeneralUpdateError (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.h172 …void GeneralUpdateError(ErrorParameter *error, EcmaEntrypoint constructor, EcmaEntrypoint method, …
Dbuiltins.cpp1176 void Builtins::GeneralUpdateError(ErrorParameter *error, EcmaEntrypoint constructor, EcmaEntrypoint… in GeneralUpdateError() function in panda::ecmascript::Builtins
1196GeneralUpdateError(&errorParameter, RangeError::RangeErrorConstructor, RangeError::ToString, "Rang… in InitializeError()
1200GeneralUpdateError(&errorParameter, EvalError::EvalErrorConstructor, EvalError::ToString, "EvalErr… in InitializeError()
1204GeneralUpdateError(&errorParameter, ReferenceError::ReferenceErrorConstructor, ReferenceError::ToS… in InitializeError()
1208GeneralUpdateError(&errorParameter, TypeError::TypeErrorConstructor, TypeError::ToString, "TypeErr… in InitializeError()
1212GeneralUpdateError(&errorParameter, AggregateError::AggregateErrorConstructor, AggregateError::ToS… in InitializeError()
1216GeneralUpdateError(&errorParameter, URIError::URIErrorConstructor, URIError::ToString, "URIError", in InitializeError()
1220GeneralUpdateError(&errorParameter, SyntaxError::SyntaxErrorConstructor, SyntaxError::ToString, in InitializeError()
1224 GeneralUpdateError(&errorParameter, OOMError::OOMErrorConstructor, OOMError::ToString, in InitializeError()