Age | Commit message (Expand) | Author |
---|---|---|
2022-02-08 | LibJS: Setup host hooks and have promise jobs work out the realm | Luke Wilde |
2021-10-21 | LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr | Linus Groh |
2021-09-16 | LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr | Idan Horowitz |
2021-07-06 | LibJS: Add define_direct_property and remove the define_property helper | Idan Horowitz |
2021-06-28 | LibJS: Accept FlyStrings in the NativeFunction constructors | Idan Horowitz |
2021-06-27 | LibJS: Rename Function => FunctionObject | Andreas Kling |
2021-06-20 | LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors | Linus Groh |
2021-06-15 | LibJS: Add the FinalizationRegistry built-in object | Idan Horowitz |