index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
js.cpp
Age
Commit message (
Expand
)
Author
2021-08-15
LibJS: Add a mode to parse JS as a module
davidot
2021-08-01
js: Implement pretty-printing of Temporal.ZonedDateTime objects
Linus Groh
2021-07-28
js: Implement pretty-printing of Temporal.PlainTime objects
Linus Groh
2021-07-22
js: Implement pretty-printing of Temporal.PlainDateTime objects
Linus Groh
2021-07-22
js: Implement pretty-printing of Temporal.PlainDate objects
Linus Groh
2021-07-16
js: Implement pretty-printing of Temporal.Duration objects
Linus Groh
2021-07-16
Utilities: Make the js REPL autocomplete correctly handle `new Ident`
Ali Mohammad Pur
2021-07-14
js: Implement pretty-printing of Temporal.Calendar objects
Linus Groh
2021-07-14
js: Tweak pretty-printing of Temporal.{Instant,TimeZone} objects
Linus Groh
2021-07-08
Everywhere: Add break after the last case label before `default`
Daniel Bertalan
2021-07-07
LibJS: Remove the NativeProperty mechanism from LibJS
Idan Horowitz
2021-07-07
js: Implement pretty-printing of Temporal.Instant objects
Linus Groh
2021-07-07
js: Implement pretty-printing of Temporal.TimeZone objects
Linus Groh
2021-07-06
js: Convert to east const
Linus Groh
2021-07-06
LibJS: Remove Object::is_array() in favor of Value::is_array() and RTTI
Linus Groh
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
js: Handle detached ArrayBuffer in print_typed_array()
Linus Groh
2021-06-27
LibJS: Rename ScriptFunction => OrdinaryFunctionObject
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-20
js: Insert newline after each line in REPL mode
yeeter-the-dog
2021-06-18
LibJS: Implement the 'Hashbang Grammar for JS' proposal
Linus Groh
2021-06-17
js: Add print_number method and use it to print out TypedArray values
Luke
2021-06-17
Userland: Allow multiple files to be run by js
sin-ack
2021-06-15
LibJS: Add a basic pass manager and add some basic passes
Ali Mohammad Pur
2021-06-14
LibJS: Add the DataView built-in object
Idan Horowitz
2021-06-13
LibJS: Make StringOrSymbol always be FlyString in the string case
Andreas Kling
2021-06-13
LibJS: Add the Map built-in object
Idan Horowitz
2021-06-10
LibJS: Show the VM's last value after executing bytecode programs
Gunnar Beutner
2021-06-10
LibJS: Don't generate bytecode after we've encountered a parser error
Gunnar Beutner
2021-06-09
LibJS: Store strings in a string table
Gunnar Beutner
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz
2021-06-09
LibJS: Generate bytecode in basic blocks instead of one big block
Ali Mohammad Pur
2021-06-08
LibJS: Handle Proxy with Array target in IsArray() abstract operation
Linus Groh
2021-06-07
js: Exit the program after dumping and/or running bytecode
Andreas Kling
2021-06-07
LibJS: Start fleshing out a bytecode for the JavaScript engine :^)
Andreas Kling
2021-05-26
js: Consolidate and re-implement the load() function
Linus Groh
2021-05-26
js: Use default constructor and destructor for global objects
Linus Groh
2021-05-26
js: Define load() in global object for scripts
Marcin Gasperowicz
2021-05-21
js: Don't print newline for empty ArrayBuffer
Linus Groh
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-24
LibJS: Consolidate exception function names and source ranges
Linus Groh
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibJS: Implement console.assert()
Linus Groh
2021-04-12
LibJS: Make Errors fully spec compliant
Linus Groh
[next]