Lines Matching full:throw
37 // 1.If NewTarget is not undefined, throw a TypeError exception. in SymbolConstructor()
74 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ToString()
82 // If Type(s) is not Object, throw a TypeError exception. in ToString()
133 // If Type(s) is not Object, throw a TypeError exception. in ValueOf()
138 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ValueOf()
140 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ValueOf()
180 // 1.If Type(sym) is not Symbol, throw a TypeError exception. in KeyFor()
213 // 3.If Type(s) is not Object, throw a TypeError exception. in ToPrimitive()
219 // 4.If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ToPrimitive()
222 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ToPrimitive()
252 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ThisSymbolValue()