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
Age
Commit message (
Expand
)
Author
2020-05-08
LibJS: Correct tiny issue with passing a String to String::format
AnotherTest
2020-05-08
LibJS: Be a bit more explicit about sizeof(buf) / sizeof(FlatPtr)
AnotherTest
2020-05-08
LibJS: Add Array.of()
Linus Groh
2020-05-08
LibJS: Add Array.isArray()
Linus Groh
2020-05-08
LibJS: Support multiple arguments in Array constructor
Linus Groh
2020-05-08
LibJS: Add Value::is_integer()
Linus Groh
2020-05-08
LibJS: Spec-compliant equality comparisons
Matthew Olsson
2020-05-07
LibJS: Limit scope of 'for' loop variables
Yonatan Goldschmidt
2020-05-07
LibJS: Add String.raw
Matthew Olsson
2020-05-07
LibJS: Add raw strings to tagged template literals
Matthew Olsson
2020-05-07
LibJS: Fix shellcheck warnings in Tests/run-tests
Emanuele Torre
2020-05-06
LibJS: Add function call spreading
Matthew Olsson
2020-05-06
LibJS: Function.length respects default and rest parameters
Matthew Olsson
2020-05-06
LibJS: Simplify a Value type check in Object::to_string()
Andreas Kling
2020-05-06
LibJS: Implement tagged template literals (foo`bar`)
Linus Groh
2020-05-06
LibJS: Add Value::{is, as}_function()
Linus Groh
2020-05-06
LibJS: Fix syntax error for arrow function non-decl variable assignment
Matthew Olsson
2020-05-05
LibJS: Switch objects to unique shape after 100 property additions
Andreas Kling
2020-05-05
LibJS: Implement modulo assignment operator (%=)
Linus Groh
2020-05-05
LibJS: Implement exponentiation assignment operator (**=)
Linus Groh
2020-05-05
LibJS: Implement bitwise assignment operators (&=, |=, ^=)
Linus Groh
2020-05-05
LibJS: Add test for assignment operators
Linus Groh
2020-05-05
LibJS: Implement ConsoleClient
Emanuele Torre
2020-05-05
LibJS: Add some helpers and use them to re-implement Console functions
Emanuele Torre
2020-05-05
LibJS: run clang-format on all the files
Emanuele Torre
2020-05-05
LibJS: Re-implement console functions as wrappers around Console methods
Emanuele Torre
2020-05-05
LibJS: Move join_args() in Interpreter
Emanuele Torre
2020-05-05
LibJS: Remove ConsoleMessage from LibJS
Emanuele Torre
2020-05-04
LibJS: Implement rest parameters
Linus Groh
2020-05-04
LibJS: Add indentation to sections in SwitchCase::dump()
Linus Groh
2020-05-04
LibJS: Add template literals
mattco98
2020-05-03
LibJS: Support empty statements
Linus Groh
2020-05-03
LibJS: Set name of anonymous functions during assignment
Linus Groh
2020-05-03
LibJS: Add function default arguments
Matthew Olsson
2020-05-02
LibJS: Fix build (GlobalObject::add_constructor not visible in LibWeb)
Andreas Kling
2020-05-02
LibJS: Add "name" property to functions
Linus Groh
2020-05-02
LibJS: Set correct "length" of Object constructor
Linus Groh
2020-05-02
LibJS: Minor formatting changes in Function.cpp
Linus Groh
2020-05-02
LibJS: Name functions created by "Function" "anonymous"
Linus Groh
2020-05-02
LibJS: Add ConsoleMessage concept
Emanuele Torre
2020-05-02
LibJS: Implement ConsoleObject::count() as a Console::count() wrapper
Emanuele Torre
2020-05-02
LibJS: Start implementing a Console class for the interpreter
Emanuele Torre
2020-05-01
LibJS: Implement (no-op) debugger statement
Linus Groh
2020-05-01
LibJS: Implement most of the Reflect object
Linus Groh
2020-05-01
LibJS: Implement indexed access for StringObject
Linus Groh
2020-05-01
LibJS: Make Array.length non-configurable
Linus Groh
2020-05-01
LibJS: Add Value::to_size_t()
Linus Groh
2020-05-01
LibJS: Add Object::has_property()
Linus Groh
2020-05-01
LibJS: Return a bool from Object::put* to indicate success
Linus Groh
2020-05-01
LibJS: Add String.prototype.lastIndexOf
Kesse Jones
[next]