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
/
Tests
Age
Commit message (
Expand
)
Author
2020-10-02
Everywhere: Fix typos
Nico Weber
2020-09-19
LibJS: Handle getter exception in JSONObject::serialize_json_property()
Linus Groh
2020-09-19
LibJS: Do not revisit already visited values in update_function_name()
AnotherTest
2020-09-18
LibJS: Simplify toEval() implementation
Linus Groh
2020-09-12
LibJS: Check validity of computed_property_name() result before using it
Linus Groh
2020-09-12
LibJS: Stop unwinding and reset exception for TryStatement finalizer
Linus Groh
2020-09-12
LibJS: Extract most of Interpreter's run() into execute_statement()
Linus Groh
2020-09-01
LibJS: Add tests for issue #3382
Linus Groh
2020-08-28
LibJS: Demonstrate weird behaviour with 'break'
AnotherTest
2020-08-26
LibJS: Add some more tests, mostly around leap years
Nico Weber
2020-08-25
JS Tests: Disable the one failing test when running test-js in Serenity
Nico Weber
2020-08-24
Meta: Move prettier config files to the root of the repository
AnotherTest
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
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: 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: Implement basic functionality of Array.from()
Nico Weber
2020-07-23
LibJS: Add tests for bitwise & and ^
Nico Weber
2020-07-22
LibJS: Fix \x escapes of bytes with high bit set
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: Integrate iterator protocol into language features
Matthew Olsson
2020-07-13
LibJS: Add String Iterator tests
Matthew Olsson
2020-07-11
LibJS: Implement Symbol.toStringTag
Matthew Olsson
2020-07-11
LibJS: Implement spec-compliant Object.prototype.toString
Matthew Olsson
2020-07-11
LibJS: Start implementing iterable framework, add ArrayIterator
Matthew Olsson
2020-07-09
LibJS: Add tests for symbol object integration
Matthew Olsson
2020-07-09
LibJS: Add test for well-known symbols
Matthew Olsson
2020-07-09
LibJS: Uncomment remaining symbol tests
Matthew Olsson
2020-07-07
LibJS: Object.preventExtensions should allow property modfication
Matthew Olsson
2020-07-06
LibJS: Convert Array tests to new testing framework
Linus Groh
2020-07-06
LibJS: Split isNaN tests into multiple sections
Linus Groh
2020-07-06
LibJS: Indent tests with 4 spaces instead of 2
Matthew Olsson
2020-07-06
LibJS: Convert all remaining non-Array tests to the new system :)
Matthew Olsson
2020-07-06
LibJS: Convert remaining top-level tests to new system
Matthew Olsson
2020-07-06
test-js: Use prettier and format all files
Matthew Olsson
2020-07-06
test-js: Display messages from console.log in test output
Matthew Olsson
2020-07-06
test-js: Allow skipping tests with "test.skip(name, callback)"
Matthew Olsson
2020-07-06
test-js: Remove run-tests.sh
Matthew Olsson
2020-07-06
LibJS/test-js: Clean up test-js code
Matthew Olsson
[next]