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-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
2020-07-14
LibJS: Implement spec-complient instance_of operation
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-13
LibJS: Add StringIterator
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: Prefer "define_property" over "put"
Matthew Olsson
2020-07-11
LibJS: Use macros to enumerate well-known symbols
Matthew Olsson
2020-07-11
LibJS: Start implementing iterable framework, add ArrayIterator
Matthew Olsson
2020-07-11
LibJS: Renamed Object::GetOwnPropertyReturnMode to Object::PropertyKind
Matthew Olsson
2020-07-11
LibJS: Remove a few superfluous exception checks
Linus Groh
2020-07-09
LibJS: Add tests for symbol object integration
Matthew Olsson
2020-07-09
LibJS: Integrate Symbols into objects as valid keys
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-09
LibJS: Move global symbol map from SymbolObject to Interpreter
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
2020-07-06
LibJS: Fix String.raw.length
Matthew Olsson
2020-07-06
LibJS: Convert most builtin tests to new system
Matthew Olsson
2020-07-06
LibJS: Convert Reflect object tests to new testing framework
Linus Groh
2020-07-06
LibJS: Add more test matchers
Matthew Olsson
2020-07-06
LibJS: Hide some debug output behind flags
Matthew Olsson
2020-07-06
LibJS: Convert Proxy tests
Matthew Olsson
2020-07-06
LibJS: Add test-common.js tests, remove unused matchers
Matthew Olsson
2020-07-06
LibJS: Convert some top-level tests to the new system
Matthew Olsson
2020-07-06
LibJS: Refactor run-tests.sh to use the new test-js program
Matthew Olsson
2020-07-06
LibJS/test-js: Create test-js program, prepare for test suite refactor
Matthew Olsson
2020-07-03
LibJS: Reformat run-tests.sh output
Matthew Olsson
2020-07-03
LibJS: Hide interpreter exception debug output behind a flag
Matthew Olsson
2020-07-03
LibJS: Reorganize tests into subfolders
Matthew Olsson
2020-07-03
LibJS: Use correct MarkedValueList append method
Matthew Olsson
2020-07-03
LibJS: Remove extra colon in run-tests.sh output
Matthew Olsson
2020-07-01
LibJS: Explicitly pass a "Function& new_target" to Function::construct
Matthew Olsson
2020-07-01
LibJS: Add Proxy [[Call]] and [[Construct]] tests
Matthew Olsson
2020-07-01
LibJS: Implement Proxy [[Call]] and [[Construct]] traps
Matthew Olsson
2020-06-30
LibJS: Skip some Math object tests that fail on Serenity
Andreas Kling
[next]