Lines Matching defs:SetErrorWithRealm
1134 SetErrorWithRealm(realm, JSType::JS_RANGE_ERROR);
1135 SetErrorWithRealm(realm, JSType::JS_REFERENCE_ERROR);
1136 SetErrorWithRealm(realm, JSType::JS_TYPE_ERROR);
1137 SetErrorWithRealm(realm, JSType::JS_AGGREGATE_ERROR);
1138 SetErrorWithRealm(realm, JSType::JS_URI_ERROR);
1139 SetErrorWithRealm(realm, JSType::JS_SYNTAX_ERROR);
1140 SetErrorWithRealm(realm, JSType::JS_EVAL_ERROR);
1141 SetErrorWithRealm(realm, JSType::JS_OOM_ERROR);
1142 SetErrorWithRealm(realm, JSType::JS_TERMINATION_ERROR);
1145 void Builtins::SetErrorWithRealm(const JSHandle<GlobalEnv> &realm, const JSType &errorTag) const