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
/
AST.cpp
Age
Commit message (
Expand
)
Author
2020-05-22
LibJS: Add object literal getter/setter shorthand
Matthew Olsson
2020-05-18
LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity
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-17
LibJS: Add symbol objects
mattco98
2020-05-15
LibJS: Add side-effect-free version of Value::to_string()
Andreas Kling
2020-05-08
LibJS: Correct tiny issue with passing a String to String::format
AnotherTest
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 raw strings to tagged template literals
Matthew Olsson
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: Implement tagged template literals (foo`bar`)
Linus Groh
2020-05-06
LibJS: Add Value::{is, as}_function()
Linus Groh
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-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: Set name of anonymous functions during assignment
Linus Groh
2020-05-03
LibJS: Add function default arguments
Matthew Olsson
2020-05-01
LibJS: Implement (no-op) debugger statement
Linus Groh
2020-05-01
LibJS: Implement most of the Reflect object
Linus Groh
2020-04-30
LibJS: Fix ConditionalExpression::dump()
Linus Groh
2020-04-29
LibJS: Implement correct object property ordering
mattco98
2020-04-29
LibJS: Make Value::as_string() return a PrimitiveString reference
Andreas Kling
2020-04-29
LibJS: Make StringObject::primitive_string() return a reference
Andreas Kling
2020-04-28
LibJS: Handle exception in for loop test execution
Linus Groh
2020-04-28
LibJS: Add spreading in object literals
mattco98
2020-04-28
LibJS: Support spreading of strings and string objects
Linus Groh
2020-04-28
LibJS: Support o.f++ :^)
Andreas Kling
2020-04-28
LibJS: Make AssignmentExpression assign through a Reference
Andreas Kling
2020-04-28
LibJS: Allow "delete someGlobalVariable"
Andreas Kling
2020-04-28
LibJS: Add Reference class to represent a base.property reference
Andreas Kling
2020-04-27
LibJS: Add spreading in array literals
mattco98
2020-04-26
LibJS: Implement basic support for the "delete" operator
Andreas Kling
2020-04-25
LibJS: Stop using Optional<Value> in favor of Value's empty state
Andreas Kling
2020-04-24
LibJS: Fix ObjectExpression::execute()
Linus Groh
2020-04-23
LibJS: Implement computed properties in object expressions
Linus Groh
2020-04-23
LibJS: Implement 'in' operator
Linus Groh
2020-04-23
LibJS: Implement bitwise unsigned right shift operator (>>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise right shift operator (>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise left shift operator (<<)
Linus Groh
2020-04-22
LibJS: Improve UpdateExpression::execute()
Linus Groh
2020-04-21
LibJS: Implement Function.prototype.bind()
Jack Karamanian
2020-04-21
LibJS: Prepend callee's bound arguments to the CallFrame and set the
Jack Karamanian
2020-04-19
LibJS: Add MarkedValueList and use it for argument passing
Andreas Kling
2020-04-19
LibJS: CallExpression shouldn't throw TypeError or non-constructor call
Andreas Kling
2020-04-19
LibJS: Improve CallExpression::execute()'s error messages
Linus Groh
[prev]
[next]