Lines Matching full:throw
29 // 1. If IsCallable(target) is false, throw a TypeError exception. in ReflectApply()
59 // 1. If IsConstructor(target) is false, throw a TypeError exception. in ReflectConstruct()
67 // 3. Else if IsConstructor(newTarget) is false, throw a TypeError exception. in ReflectConstruct()
93 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectDefineProperty()
117 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectDeleteProperty()
136 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectGet()
162 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectGetOwnPropertyDescriptor()
188 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectGetPrototypeOf()
204 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectHas()
222 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectIsExtensible()
238 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectOwnKeys()
258 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectPreventExtensions()
275 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectSet()
301 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectSetPrototypeOf()
306 // 2. If Type(proto) is not Object and proto is not null, throw a TypeError exception. in ReflectSetPrototypeOf()