Age | Commit message (Expand) | Author |
---|---|---|
2021-01-25 | Everywhere: Remove unnecessary debug comments. | asynts |
2021-01-24 | LibJS: Set length of TypedArray constructors to 3 | Linus Groh |
2021-01-24 | LibJS: Add some assertions and tests for TypedArray limitations | Andreas Kling |
2021-01-24 | LibJS: Throw exception on too large TypedArray construction request | Andreas Kling |
2021-01-24 | LibJS: Remove redundant exception check from ClassExpression::execute() | Linus Groh |
2021-01-24 | LibJS: Check if class extends value has a valid prototype | Linus Groh |
2021-01-20 | LibJS: Include <typeinfo> in AST.cpp | Nico Weber |
2021-01-18 | LibJS: Add JS::NativeFunction to the forwarding header | Andreas Kling |
2021-01-17 | LibJS: Replace ASTNode::class_name() with RTTI | Andreas Kling |
2021-01-14 | LibJS: Rename ErrorType::ProxyGetOwnDescriptor{Undef => Undefined}Return | Linus Groh |
2021-01-14 | LibJS: Rename ErrorType::ToObjectNullOr{Undef => Undefined} | Linus Groh |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |