Searched refs:JS_E_INVALID_LENGTH (Results 1 – 2 of 2) sorted by relevance
156 return throw_range_error(ctx, JS_E_INVALID_LENGTH, NULL); in Array_set_length()1291 return throw_range_error(ctx, JS_E_INVALID_LENGTH, NULL); in ArrayConstr_value()
568 #define JS_E_INVALID_LENGTH MAKE_JSERROR(IDS_INVALID_LENGTH) macro