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-27
LibJS: Enable the BrowserExtended ECMA262 regexp flag by default
AnotherTest
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-26
LibJS: Re-enable "reassignment to const" test
speles
2021-02-26
LibJS: Set declared for-in and for-of variables as first time.
speles
2021-02-26
LibJS: Respect declaration kind for variables inside functions
speles
2021-02-24
LibJS: Use const references to avoid some copies in the parser
Linus Groh
2021-02-24
LibJS: Let RegExpPrototype inherit from Object directly
Linus Groh
2021-02-24
LibJS: Make ArrayPrototype an Array object
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
LibJS: Print console.{debug,error,info,log,warn} to system debug log
Andreas Kling
2021-02-21
LibJS: Make TypedArray::data() return a Span<T>
Andreas Kling
2021-02-18
LibJS: Implement tests for Array.prototype.flat
Breno Silva
2021-02-18
LibJS: Implement Array.prototype.flat
Kesse Jones
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
[next]