Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1126 JSHandle<JSTaggedValue> nativeErrorFunction; in SetErrorWithRealm() local
1129 nativeErrorFunction = env->GetRangeErrorFunction(); in SetErrorWithRealm()
1131 realm->SetRangeErrorFunction(thread_, nativeErrorFunction); in SetErrorWithRealm()
1134 nativeErrorFunction = env->GetEvalErrorFunction(); in SetErrorWithRealm()
1136 realm->SetEvalErrorFunction(thread_, nativeErrorFunction); in SetErrorWithRealm()
1139 nativeErrorFunction = env->GetReferenceErrorFunction(); in SetErrorWithRealm()
1141 realm->SetReferenceErrorFunction(thread_, nativeErrorFunction); in SetErrorWithRealm()
1144 nativeErrorFunction = env->GetTypeErrorFunction(); in SetErrorWithRealm()
1146 realm->SetTypeErrorFunction(thread_, nativeErrorFunction); in SetErrorWithRealm()
1150 nativeErrorFunction = env->GetAggregateErrorFunction(); in SetErrorWithRealm()
[all …]