Searched refs:GeneralUpdateError (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.h | 172 …void GeneralUpdateError(ErrorParameter *error, EcmaEntrypoint constructor, EcmaEntrypoint method, …
|
| D | builtins.cpp | 1176 void Builtins::GeneralUpdateError(ErrorParameter *error, EcmaEntrypoint constructor, EcmaEntrypoint… in GeneralUpdateError() function in panda::ecmascript::Builtins 1196 …GeneralUpdateError(&errorParameter, RangeError::RangeErrorConstructor, RangeError::ToString, "Rang… in InitializeError() 1200 …GeneralUpdateError(&errorParameter, EvalError::EvalErrorConstructor, EvalError::ToString, "EvalErr… in InitializeError() 1204 …GeneralUpdateError(&errorParameter, ReferenceError::ReferenceErrorConstructor, ReferenceError::ToS… in InitializeError() 1208 …GeneralUpdateError(&errorParameter, TypeError::TypeErrorConstructor, TypeError::ToString, "TypeErr… in InitializeError() 1212 …GeneralUpdateError(&errorParameter, AggregateError::AggregateErrorConstructor, AggregateError::ToS… in InitializeError() 1216 … GeneralUpdateError(&errorParameter, URIError::URIErrorConstructor, URIError::ToString, "URIError", in InitializeError() 1220 … GeneralUpdateError(&errorParameter, SyntaxError::SyntaxErrorConstructor, SyntaxError::ToString, in InitializeError() 1224 GeneralUpdateError(&errorParameter, OOMError::OOMErrorConstructor, OOMError::ToString, in InitializeError()
|