summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2021-02-07LibJS: Function must mark its home objectAndreas Kling
2021-02-05LibJS: GlobalObject must mark builtin prototypesAndreas Kling
2021-02-05LibJS: Improve correctness of rounding and bitwise operationsAndreas Kling
2021-02-04LibJS: Fix obviously wrong \uXXXX serialization in JSONObjectAndreas Kling
2021-02-02LibJS: Fix variable name coding style int{Part => _part}Linus Groh
2021-02-01LibJS: Use VM::names for Object::invoke() function namesLinus Groh
2021-01-29LibJS: Let RegExp.string get RegExp.prototype from the global object directlyLinus Groh
2021-01-28LibJS: Fix crash when printing error for missing class extends value prototypeLinus Groh
2021-01-28LibJS: Call the correct base class in LexicalEnvironment::visit_edges()Andreas Kling
2021-01-27LibJS: Add overflow checks when creating TypedArray from ArrayBufferAndreas Kling
2021-01-25LibJS: Remove an unused TypedArray constructorAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-24LibJS: Set length of TypedArray constructors to 3Linus Groh
2021-01-24LibJS: Add some assertions and tests for TypedArray limitationsAndreas Kling
2021-01-24LibJS: Throw exception on too large TypedArray construction requestAndreas Kling
2021-01-24LibJS: Remove redundant exception check from ClassExpression::execute()Linus Groh
2021-01-24LibJS: Check if class extends value has a valid prototypeLinus Groh
2021-01-20LibJS: Include <typeinfo> in AST.cppNico Weber
2021-01-18LibJS: Add JS::NativeFunction to the forwarding headerAndreas Kling
2021-01-17LibJS: Replace ASTNode::class_name() with RTTIAndreas Kling
2021-01-14LibJS: Rename ErrorType::ProxyGetOwnDescriptor{Undef => Undefined}ReturnLinus Groh
2021-01-14LibJS: Rename ErrorType::ToObjectNullOr{Undef => Undefined}Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling