Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-28 | LibJS: Accept FlyStrings in the NativeFunction constructors | Idan Horowitz | |
This makes the implicit run-time assertion in PropertyName::to_string() into an explicit compile-time requirement, removes a wasteful FlyString -> PropertyName -> FlyString construction from NativeFunction::create() and allows setting the function name to a null string for anonymous native functions. | |||
2021-06-27 | LibJS: Rename Function => FunctionObject | Andreas Kling | |
2021-06-20 | LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors | Linus Groh | |
Resolves various FIXMEs :^) | |||
2021-06-19 | LibJS: Add a bunch more missing ECMA-262 section/title/URL comments | Linus Groh | |
2021-06-09 | LibJS: Add the WeakSet built-in object | Idan Horowitz | |