index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibJS
Age
Commit message (
Expand
)
Author
2023-01-26
Tests: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2022-12-20
Meta+test262-runner: Check for signature of __assert_fail in CMake
Andrew Kaster
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-10
test-test262: Use HashMap::try_ensure_capacity
Thomas Queiroz
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
test262-runner: Add option to enable bytecode optimizations
Idan Horowitz
2022-11-26
Tests: Replace {'if' => 'ifdef'} AK_OS_EMSCRIPTEN
Ali Mohammad Pur
2022-11-26
Everywhere: Add support for compilation under emscripten
Ali Mohammad Pur
2022-11-23
Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes
Andreas Kling
2022-11-23
LibJS+LibWeb: Make CyclicModule.h not include AST.h
Andreas Kling
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-12
test262-runner: Use names for the different exit codes
davidot
2022-10-12
test262-runner: Port to Core::Stream
davidot
2022-10-12
test-test262: Port to Core::Stream and use TRY more
davidot
2022-10-12
test-test262: Close the output file stream after writing
davidot
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-09-21
AK+LibJS: Handle NaN-boxing pointers on AArch64
Daniel Bertalan
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-13
LibJS: Mark test262's __assert_fail as `extern "C"` and use
Hendiadyoin1
2022-09-11
LibJS: Add the test-test262 utility
davidot
2022-09-11
test262-runner: Don't create a VM and Interpreter if just parsing
davidot
2022-09-11
test262-runner: Convert dbgln to warnln
davidot
2022-09-11
test262-runner: Add option to disable core dumping
davidot
2022-09-11
test262-runner: Attempt to resolve harness for test262 automatically
davidot
2022-09-11
test262-runner: Overwrite __assertion_failed when compiling for Serenity
davidot
2022-09-11
test262-runner: Rename variable stdin to standard_input
davidot
2022-09-11
test262-runner: Use alarm instead of setitimer
davidot
2022-09-11
LibJS: Import the libjs-test262-runner from linusg/libjs-test262
davidot
2022-09-10
LibJS: Allow negative pointers in Value
davidot
2022-09-05
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-08-23
LibJS: Remove {Bytecode::,}Interpreter::global_object()
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-23
LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal'
Idan Horowitz
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-04-08
test-js: Define detachArrayBuffer global function
Timothy Flynn
2022-03-16
LibTest: Provide detailed per-file JSON output with --per-file
Ali Mohammad Pur
2022-02-23
LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests
Ali Mohammad Pur
2022-02-13
Tests: Wrap test-bytecode-js source in an IIFE
Ali Mohammad Pur
2022-02-13
LibJS: Make ASTNode::generate_bytecode() fallible
Ali Mohammad Pur
[next]