Age | Commit message (Expand) | Author |
---|---|---|
2021-10-18 | LibJS: Remove a bunch of forgotten exception checks after TRY_OR_DISCARD | Linus Groh |
2021-10-03 | LibJS: Convert Object::get() to ThrowCompletionOr | Linus Groh |
2021-09-23 | LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr | Idan Horowitz |
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-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 |