Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1149 JSHandle<JSTaggedValue> nativeErrorFunction; in SetErrorWithRealm() local
1152 nativeErrorFunction = env->GetRangeErrorFunction(); in SetErrorWithRealm()
1154 realm->SetRangeErrorFunction(thread_, nativeErrorFunction); in SetErrorWithRealm()
1157 nativeErrorFunction = env->GetEvalErrorFunction(); in SetErrorWithRealm()
1159 realm->SetEvalErrorFunction(thread_, nativeErrorFunction); in SetErrorWithRealm()
1162 nativeErrorFunction = env->GetReferenceErrorFunction(); in SetErrorWithRealm()
1164 realm->SetReferenceErrorFunction(thread_, nativeErrorFunction); in SetErrorWithRealm()
1167 nativeErrorFunction = env->GetTypeErrorFunction(); in SetErrorWithRealm()
1169 realm->SetTypeErrorFunction(thread_, nativeErrorFunction); in SetErrorWithRealm()
1173 nativeErrorFunction = env->GetAggregateErrorFunction(); in SetErrorWithRealm()
[all …]