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-18
LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity
Linus Groh
2020-05-18
LibJS: Check for exception after converting object to string primitive
Linus Groh
2020-05-18
LibJS: Throw TypeError when coercing symbol to number
Linus Groh
2020-05-18
LibJS: Pass Interpreter& to Value::to_number() et al.
Linus Groh
2020-05-18
LibJS: Change Value::to_object(Heap& -> Interpreter&)
Linus Groh
2020-05-18
LibJS: Remove no-op SymbolPrototype::description_setter()
Linus Groh
2020-05-17
LibJS: Add symbol objects
mattco98
2020-05-17
LibJS: Simplify various StringPrototype functions
Linus Groh
2020-05-17
LibJS: Add Number.parseFloat()
Linus Groh
2020-05-17
LibJS: Add parseFloat()
Linus Groh
2020-05-16
LibJS: Make Object.prototype.constructor non-enumerable
Linus Groh
2020-05-15
LibM: Fix floor() and floorf() for negative numbers
Andreas Kling
2020-05-15
LibJS: Add side-effect-free version of Value::to_string()
Andreas Kling
2020-05-15
LibJS: Let parser keep track of errors
Linus Groh
2020-05-15
LibJS: Remove syntax errors from lexer
Linus Groh
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-13
LibJS: Trim whitespace from string before coercing to number
Linus Groh
2020-05-13
LibJS: Use String::trim_whitespace() for String.prototype.trim*()
Linus Groh
2020-05-13
LibJS: Make string to number coercion work for doubles
Linus Groh
2020-05-13
LibJS: Make the Function() constructor throw a SyntaxError, not return
Linus Groh
2020-05-13
LibJS: Check AssignmentExpression LHS in parser
Linus Groh
2020-05-13
LibJS: Handle empty values in operator<<()
Linus Groh
2020-05-12
LibJS: Add missing keywords/tokens
Linus Groh
2020-05-11
LibJS: Parse comma operator into SequenceExpression
Linus Groh
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
[next]