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-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-18
LibJS: Convert to_number() to ThrowCompletionOr
Idan Horowitz
2021-10-14
js: Implement pretty-printing of ShadowRealm
Linus Groh
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-05
js: Fix pretty-printing of RegExp objects
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-10-03
js: Allow for completion of lexically declared variables
davidot
2021-10-03
js: Fix that auto completion of properties failed
davidot
2021-10-02
LibJS: Put zombie cell tracking code behind a compile-time flag
Andreas Kling
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-25
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
Linus Groh
2021-09-16
js: Add a simple loadJSON(path) built-in to load JSON from a file
Andreas Kling
2021-09-12
LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()
Linus Groh
2021-09-11
LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies
Andreas Kling
2021-09-11
js: Implement pretty-printing of Intl.NumberFormat
Timothy Flynn
2021-09-06
js: Implement pretty-printing of Intl.ListFormat
Timothy Flynn
2021-09-06
js: Include calendar in pretty-printing output of more Temporal objects
Linus Groh
2021-09-06
js: Implement pretty-printing of Temporal.PlainMonthDay objects
Linus Groh
2021-09-06
js: Implement pretty-printing of Temporal.PlainYearMonth objects
Linus Groh
2021-09-02
js: Implement pretty-printing of Intl.Locale
Timothy Flynn
2021-09-01
js: Use CodepointOriented spans and use the codepoint length of token
sin-ack
2021-08-26
js: Implement pretty-printing of Intl.DisplayNames
Timothy Flynn
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
[next]