index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
Age
Commit message (
Expand
)
Author
2021-02-17
LibJS: Avoid an unnecessary Vector copy in IndexedProperties::indices()
Andreas Kling
2021-02-17
LibJS: Use all_of() in JS::Value's BigInt validation
Andreas Kling
2021-02-15
LibJS: Use fabs() instead of abs() in JS::Value
Andreas Kling
2021-02-14
LibJS: Add BigInt equality tests for some large numbers
Linus Groh
2021-02-13
LibJS: Return empty value on exception in Date.parse(), not NaN
Linus Groh
2021-02-13
LibJS: Add missing exception check in Date() constructor
Linus Groh
2021-02-13
LibJS: Add some basic freelist validation for the GC heap
Andreas Kling
2021-02-12
LibJS: Randomize GC heap block locations
Andreas Kling
2021-02-11
LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference
Andreas Kling
2021-02-10
LibJS: Include <typeinfo> in AST.cpp again
Andreas Kling
2021-02-10
LibJS: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
LibJS: Don't assume match for each capture group in RegExp.prototype.exec()
Linus Groh
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-02-07
LibGfx: Make Color(NamedColor) inline and constexpr
Andreas Kling
2021-02-07
LibJS: Function must mark its home object
Andreas Kling
2021-02-05
LibJS: GlobalObject must mark builtin prototypes
Andreas Kling
2021-02-05
LibJS: Improve correctness of rounding and bitwise operations
Andreas Kling
2021-02-04
LibJS: Fix obviously wrong \uXXXX serialization in JSONObject
Andreas Kling
2021-02-02
LibJS: Fix variable name coding style int{Part => _part}
Linus Groh
2021-02-01
LibJS: Use VM::names for Object::invoke() function names
Linus Groh
2021-01-29
LibJS: Let RegExp.string get RegExp.prototype from the global object directly
Linus Groh
2021-01-28
LibJS: Fix crash when printing error for missing class extends value prototype
Linus Groh
2021-01-28
LibJS: Call the correct base class in LexicalEnvironment::visit_edges()
Andreas Kling
2021-01-27
LibJS: Add overflow checks when creating TypedArray from ArrayBuffer
Andreas Kling
2021-01-25
LibJS: Remove an unused TypedArray constructor
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
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