Age | Commit message (Expand) | Author |
---|---|---|
2021-10-21 | LibJS: Use implicit ThrowCompletionOr<T> constructor where possible | Linus Groh |
2021-10-13 | LibJS: Convert to_object() to ThrowCompletionOr | Linus Groh |
2021-10-03 | LibJS: Convert Object::get() to ThrowCompletionOr | Linus Groh |
2021-09-25 | LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction | Linus Groh |
2021-09-25 | LibJS: Rename BoundFunction::m_target_function to match spec name | Linus Groh |
2021-09-25 | LibJS: Move [[Fields]] to ECMAScriptFunctionObject | Linus Groh |
2021-09-25 | LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject | Linus Groh |
2021-09-23 | LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr | Idan Horowitz |
2021-09-11 | LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef | Andreas Kling |
2021-09-11 | LibJS: Mark instance field names in FunctionObject::visit_edges() | Andreas Kling |
2021-09-01 | LibJS: Add support for public fields in classes | davidot |
2021-06-27 | LibJS: Rename Function => FunctionObject | Andreas Kling |