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-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: 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: 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: Reorganize tests into subfolders
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-06-30
LibJS: Skip some Math object tests that fail on Serenity
Andreas Kling
2020-06-29
LibJS: Initial class implementation; allow super expressions in object
Jack Karamanian
2020-06-29
LibJS: Define the "constructor" property on ScriptFunction's prototype
Jack Karamanian
2020-06-26
LibJS: run-test.sh emits test output if it is not "PASS"
Matthew Olsson
2020-06-25
LibJS: Handle "receiver" argument in Reflect.{get,set}()
Linus Groh
2020-06-22
LibJS: expose some more math functions
stelar7
2020-06-13
LibJS: Add JSON.parse
Matthew Olsson
2020-06-13
LibJS: Add JSON.stringify
Matthew Olsson
2020-06-11
LibJS: Consolidate error messages into ErrorTypes.h
Matthew Olsson
2020-06-07
LibJS: Add BigInt
Linus Groh
2020-06-06
LibJS: Add Proxy objects
Matthew Olsson
2020-06-06
LibJS: Fix rest-params test to take function hoisting into account
Marcin Gasperowicz
2020-06-06
LibJS: Hoist function declarations
Marcin Gasperowicz
2020-06-03
LibJS: Make typeof return undefined for undefined variables
Marcin Gasperowicz
2020-06-03
LibJS: Allow null or undefined as a bound |this| value in strict mode
Jack Karamanian
2020-06-02
LibJS: Consider non-extensible objects in Reflect.setPrototypeOf()
Linus Groh
2020-06-02
LibJS: Implement Reflect.{isExtensible,preventExtensions}()
Linus Groh
2020-06-02
LibJS: Disallow changing the prototype of non-extensible objects
Linus Groh
2020-06-02
LibJS: Don't assume Object.setPrototypeOf() prototype value is an object
Linus Groh
2020-06-02
LibJS: Return specified object from Object.setPrototypeOf()
Linus Groh
2020-06-02
LibJS: Add Object.{isExtensible,preventExtensions}()
Matthew Olsson
2020-06-01
LibJS: Rewrite Parser.parse_object_expression()
Matthew Olsson
2020-05-31
LibJS: Add String.fromCharCode()
Linus Groh
2020-05-30
LibJS: Show run-tests progress in the taskbar
Andreas Kling
2020-05-30
LibJS: Use a non-arrow function to check the |this| value in the
Jack Karamanian
2020-05-30
LibJS: Add tests ensuring the |this| value can't be set for arrow
Jack Karamanian
2020-05-30
LibJS: Use the function's bound |this| and bound arguments in
Jack Karamanian
2020-05-30
LibJS: Throw a TypeError when an arrow function is used as a constructor
Jack Karamanian
2020-05-30
LibJS: Don't define the "prototype" property for arrow functions
Jack Karamanian
2020-05-30
LibJS: Set the bound |this| value to the |this| value of the current
Jack Karamanian
2020-05-30
LibJS: Object.getOwnPropertyDescriptor works properly with accessors
Matthew Olsson
2020-05-30
LibJS: Parse arrow function expression with correct precedence
Marcin Gasperowicz
[next]