Lines Matching full:throw
33 // 1.If NewTarget is undefined, throw a TypeError exception in MapConstructor()
36 // throw type error in MapConstructor()
75 // 2.If Type(S) is not Object, throw a TypeError exception. in Set()
76 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in Set()
97 // 2.If Type(S) is not Object, throw a TypeError exception. in Clear()
98 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in Clear()
113 // 2.If Type(S) is not Object, throw a TypeError exception. in Delete()
114 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in Delete()
131 // 2.If Type(S) is not Object, throw a TypeError exception. in Has()
132 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in Has()
148 // 2.If Type(S) is not Object, throw a TypeError exception. in Get()
149 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in Get()
165 // 2.If Type(S) is not Object, throw a TypeError exception. in ForEach()
166 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in ForEach()
172 // 4.If IsCallable(callbackfn) is false, throw a TypeError exception. in ForEach()
224 // 2.If Type(S) is not Object, throw a TypeError exception. in GetSize()
225 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in GetSize()
268 // If IsCallable(adder) is false, throw a TypeError exception in AddEntriesFromIterable()
290 … factory->NewCompletionRecord(CompletionRecordType::THROW, JSHandle<JSTaggedValue>(typeError))); in AddEntriesFromIterable()