index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
Age
Commit message (
Expand
)
Author
2020-08-28
LibJS: Do not consider un-labeled Block scopes as breakable
AnotherTest
2020-08-28
LibJS: Demonstrate weird behaviour with 'break'
AnotherTest
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-26
LibJS: Add some more tests, mostly around leap years
Nico Weber
2020-08-26
LibJS: Add a helper for calling JS::Function's with arguments
AnotherTest
2020-08-25
JS Tests: Disable the one failing test when running test-js in Serenity
Nico Weber
2020-08-25
LibJS: Make Interpreter::throw_exception() a void function
Linus Groh
2020-08-24
Meta: Move prettier config files to the root of the repository
AnotherTest
2020-08-24
LibJS: Make Date.getUTCSeconds() call through to LibC
Nico Weber
2020-08-24
LibJS: Make Date's tuple constructor correctly handle out-of-range arguments
Nico Weber
2020-08-24
LibJS+LibC: Add tests for Date tuple ctor overflow and make mktime()/timegm()...
Nico Weber
2020-08-23
LibJS: Implement Date.getUTC*
Nico Weber
2020-08-23
LibJS: Move datetime access out of DatePrototype
Nico Weber
2020-08-23
LibC: Make localtime() and gmtime() handle years before 1970
Nico Weber
2020-08-23
LibJS: Enable Date.parse.js tests that pass after c399caf27f9de4
Nico Weber
2020-08-22
LibC: Make mktime() and timegm() handle years before 1970
Nico Weber
2020-08-22
test-js: Sometimes include more details for failures
Nico Weber
2020-08-22
LibJS: Allow conversion from Symbol to String via explicit String() call
Nico Weber
2020-08-21
LibJS: Implement Date's string constructor
Nico Weber
2020-08-21
LibJS: Implement Date.parse()
Nico Weber
2020-08-21
LibJS: Parser refactored to use constexpr precedence table
Muhammad Zahalqa
2020-08-21
LibJS: Implement Date.valueOf()
Nico Weber
2020-08-21
LibJS: Implement Date.prototype.toISOString()
Nico Weber
2020-08-21
LibJS: Implement Date.UTC()
Nico Weber
2020-08-20
LibJS: Basic implementation of most of Date's constructor arguments
Nico Weber
2020-08-17
LibJS: Add toLocaleString(), toLocaleDateString(), toLocaleTimeString() to Date
Nico Weber
2020-08-17
LibJS: Implement basic functionality of Array.from()
Nico Weber
2020-08-16
LibJS: Add API for doing GC with a little debug log report at end
Andreas Kling
2020-08-16
LibJS: Make StringOrSymbol not leak strings
Andreas Kling
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-14
LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions
Andreas Kling
2020-08-14
LibJS: Assert that there's no exception on entry in Interpreter::call()
Andreas Kling
2020-08-14
LibJS: Add missing reserved words to Token::is_identifier_name()
Linus Groh
2020-08-11
LibJS: Assert when exception is not cleared before Interpreter::run()
Linus Groh
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-04
LibJS: The Math.ceil() of a number between -1 and 0 should be -0,
Melissa Goad
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-07-28
LibJS: Soothe gcc about printf-%s on (non-)nullptr
Ben Wiederhake
2020-07-25
LibJS: Use allocate_without_global_object for primitive cell types
Andreas Kling
2020-07-23
Browser: Escape JS source operators for HTML display in console
Nico Weber
2020-07-23
LibJS: Simplify Cell::initialize()
Andreas Kling
2020-07-23
LibJS: Add tests for bitwise & and ^
Nico Weber
2020-07-22
LibWeb: Make btoa() and atob() correctly handle values between 128 and 255
Nico Weber
2020-07-22
LibJS: Fix \x escapes of bytes with high bit set
Nico Weber
2020-07-22
LibJS: Add FIXMEs to a few functions that need UTF-16 handling
Nico Weber
2020-07-22
LibJS: Implement String.prototype.charCodeAt
Nico Weber
2020-07-15
LibJS: Add Number.prototype.toString
Matthew Olsson
2020-07-14
LibJS: Add Symbol.hasInstance tests
Matthew Olsson
2020-07-14
LibJS: Implement Symbol.hasInstance
Matthew Olsson
[next]