Home | History | Annotate | Download | only in src

Lines Matching full:throw

128     throw new $EvalError('The "this" object passed to eval must ' +
240 throw new $TypeError('Object.prototype.__defineGetter__: this is Null');
243 throw new $TypeError('Object.prototype.__defineGetter__: Expecting function');
251 throw new $TypeError('Object.prototype.__lookupGetter__: this is Null');
259 throw new $TypeError('Object.prototype.__defineSetter__: this is Null');
262 throw new $TypeError(
271 throw new $TypeError('Object.prototype.__lookupSetter__: this is Null');
279 throw MakeTypeError("obj_ctor_property_non_object", ["keys"]);
328 throw MakeTypeError("property_desc_object", [obj]);
351 throw MakeTypeError("getter_must_be_callable", [get]);
359 throw MakeTypeError("setter_must_be_callable", [set]);
365 throw MakeTypeError("value_and_accessor", [obj]);
532 throw MakeTypeError("define_disallowed", ["defineProperty"]);
537 throw MakeTypeError("redefine_disallowed", ["defineProperty"]);
540 throw MakeTypeError("redefine_disallowed", ["defineProperty"]);
544 throw MakeTypeError("redefine_disallowed", ["defineProperty"]);
547 throw MakeTypeError("redefine_disallowed", ["defineProperty"]);
553 throw MakeTypeError("redefine_disallowed", ["defineProperty"]);
556 throw MakeTypeError("redefine_disallowed", ["defineProperty"]);
598 throw MakeTypeError("obj_ctor_property_non_object", ["getPrototypeOf"]);
606 throw MakeTypeError("obj_ctor_property_non_object", ["getOwnPropertyDescriptor"]);
615 throw MakeTypeError("obj_ctor_property_non_object", ["getOwnPropertyNames"]);
656 throw MakeTypeError("proto_object_or_null", [proto]);
668 throw MakeTypeError("obj_ctor_property_non_object", ["defineProperty"]);
679 throw MakeTypeError("obj_ctor_property_non_object", ["defineProperties"]);
748 throw new $TypeError('Boolean.prototype.toString is not generic');
757 throw new $TypeError('Boolean.prototype.valueOf is not generic');
802 throw new $TypeError('Number.prototype.toString is not generic');
814 throw new $RangeError('toString() radix argument must be between 2 and 36');
832 throw new $TypeError('Number.prototype.valueOf is not generic');
841 throw new $RangeError("toFixed() digits argument must be between 0 and 20");
854 throw new $RangeError("toExponential() argument must be between 0 and 20");
867 throw new $RangeError("toPrecision() argument must be between 1 and 21");
876 throw MakeTypeError('result_not_primitive', ['toJSON', val]);
942 throw new $TypeError('Function.prototype.toString is not generic');
979 if (p.indexOf(')') != -1) throw MakeSyntaxError('unable_to_parse',[]);