Searched refs:nativeErrorFunction (Results 1 – 1 of 1) sorted by relevance
1157 JSHandle<JSTaggedValue> nativeErrorFunction; in SetErrorWithRealm() local1160 nativeErrorFunction = env->GetRangeErrorFunction(); in SetErrorWithRealm()1162 realm->SetRangeErrorFunction(thread_, nativeErrorFunction); in SetErrorWithRealm()1165 nativeErrorFunction = env->GetEvalErrorFunction(); in SetErrorWithRealm()1167 realm->SetEvalErrorFunction(thread_, nativeErrorFunction); in SetErrorWithRealm()1170 nativeErrorFunction = env->GetReferenceErrorFunction(); in SetErrorWithRealm()1172 realm->SetReferenceErrorFunction(thread_, nativeErrorFunction); in SetErrorWithRealm()1175 nativeErrorFunction = env->GetTypeErrorFunction(); in SetErrorWithRealm()1177 realm->SetTypeErrorFunction(thread_, nativeErrorFunction); in SetErrorWithRealm()1181 nativeErrorFunction = env->GetAggregateErrorFunction(); in SetErrorWithRealm()[all …]