ladybird/Userland/Libraries/LibJS/Tests/builtins/Function
Linus Groh 7d521b7c7c LibJS: Implement Function.prototype.toString() according to the spec
That's an old yak :^)
No, past me, AST nodes do not need to learn to stringify themselves.
This is now massively simplified by using the [[SourceText]] internal
slot.

Also updates a bunch of tests that are incorrect due to the old
implementation not being spec compliant, and add plenty more.
2022-01-19 20:33:08 +00:00
..
Function.js LibJS: Implement Function.prototype.toString() according to the spec 2022-01-19 20:33:08 +00:00
Function.prototype.@@hasInstance.js
Function.prototype.apply.js
Function.prototype.bind.js
Function.prototype.call.js
Function.prototype.toString.js LibJS: Implement Function.prototype.toString() according to the spec 2022-01-19 20:33:08 +00:00