Home | History | Annotate | Download | only in runtime

Lines Matching refs:TypeError

97         return throwError(exec, TypeError, "Requested prototype of a value that is not an object.");
104 return throwError(exec, TypeError, "Requested property descriptor of a value that is not an object.");
134 return throwError(exec, TypeError, "Requested property names of a value that is not an object.");
148 return throwError(exec, TypeError, "Requested keys of a value that is not an object.");
162 throwError(exec, TypeError, "Property description must be an object.");
204 throwError(exec, TypeError, "Getter must be a function.");
220 throwError(exec, TypeError, "Setter must be a function.");
233 throwError(exec, TypeError, "Invalid property. 'value' present on property with getter or setter.");
238 throwError(exec, TypeError, "Invalid property. 'writable' present on property with getter or setter.");
247 return throwError(exec, TypeError, "Properties can only be defined on Objects.");
298 return throwError(exec, TypeError, "Properties can only be defined on Objects.");
300 return throwError(exec, TypeError, "Property descriptor list must be an Object.");
307 return throwError(exec, TypeError, "Object prototype may only be an Object or null.");
313 return throwError(exec, TypeError, "Property descriptor list must be an Object.");