Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp95 JSHandle<JSTaggedValue> errorKey; in GetErrorName() local
98 errorKey = globalConst->GetHandledRangeErrorString(); in GetErrorName()
101 errorKey = globalConst->GetHandledEvalErrorString(); in GetErrorName()
104 errorKey = globalConst->GetHandledReferenceErrorString(); in GetErrorName()
107 errorKey = globalConst->GetHandledTypeErrorString(); in GetErrorName()
110 errorKey = globalConst->GetHandledAggregateErrorString(); in GetErrorName()
113 errorKey = globalConst->GetHandledURIErrorString(); in GetErrorName()
116 errorKey = globalConst->GetHandledSyntaxErrorString(); in GetErrorName()
119 errorKey = globalConst->GetHandledOOMErrorString(); in GetErrorName()
122 errorKey = globalConst->GetHandledTerminationErrorString(); in GetErrorName()
[all …]