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
/
Libraries
/
LibJS
/
Runtime
/
GlobalObject.cpp
Age
Commit message (
Expand
)
Author
2021-06-19
LibJS: Add the remaining generator objects
Matthew Olsson
2021-06-15
LibJS: Add the FinalizationRegistry built-in object
Idan Horowitz
2021-06-14
LibJS: Add the DataView built-in object
Idan Horowitz
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
2021-06-13
LibJS: Add the MapIterator built-in and the key/values/entries methods
Idan Horowitz
2021-06-13
LibJS: Add the Map built-in object
Idan Horowitz
2021-06-12
LibJS: Add the WeakRef built-in object
Idan Horowitz
2021-06-12
LibJS: Add the WeakMap built-in object
Idan Horowitz
2021-06-12
LibJS: Hide gc() dbgln() behind #ifdef __serenity__
Linus Groh
2021-06-11
LibJS: Implement AggregateError
Linus Groh
2021-06-11
LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS}
Linus Groh
2021-06-09
LibJS: Add the WeakSet built-in object
Idan Horowitz
2021-06-09
LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}
Idan Horowitz
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz
2021-06-08
LibJS: Support deleting local variables with operator delete
Idan Horowitz
2021-06-08
LibJS: Return undefined from a with statement if no value was generated
Idan Horowitz
2021-06-06
LibJS: Trim initial whitespace in parseFloat
Idan Horowitz
2021-06-06
LibJS: Parse digits with parse_ascii_base36_digit in parseInt
Idan Horowitz
2021-06-06
LibJS: Set the length property of parseInt to 2
Idan Horowitz
2021-06-05
LibJS: Add the global escape() & unescape() methods
Idan Horowitz
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-04-25
LibJS: Fallback to undefined if last value in eval() is empty
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-14
LibJS: Implement the encode/decodeURI(Component) family of functions
Idan Horowitz
2021-04-02
LibJS: Add initial support for Promises
Linus Groh
2021-03-17
LibJS: eval(x) should return x without evaluation if x is not a string
Andreas Kling
2021-03-17
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
Andreas Kling
2021-03-15
LibJS: Throw SyntaxError in eval() when parser has error(s)
Linus Groh
2021-03-15
LibJS: Make eval() return the last value from the executed statement
Andreas Kling
2021-03-15
LibJS: Add naive implementation of eval() :^)
Andreas Kling
2021-02-05
LibJS: GlobalObject must mark builtin prototypes
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling