Files
ladybird/Userland/Libraries/LibJS/Runtime
Timothy Flynn cd27c0d67e LibJS: Throw a TypeError early for undefined methods in GetIterator
This is an editorial change in the ECMA-262 spec. See:
https://github.com/tc39/ecma262/commit/784fc65

Note we were already doing this for a nicer error message. This is also
what lets GetIteratorFromMethod accept the method parameter as a nonnull
pointer.
2023-07-19 06:56:51 +02:00
..
2023-05-28 10:03:11 +02:00
2023-02-11 21:47:57 +00:00