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-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
2020-04-18
LibJS: Implement nullish coalescing operator (??)
Linus Groh
2020-04-18
LibJS+LibWeb: Pass prototype to Object constructor
Andreas Kling
2020-04-18
LibJS: Pass prototype to Function constructors
Andreas Kling
2020-04-18
LibJS: Make Array constructor take its prototype
Andreas Kling
2020-04-15
LibJS: Introduce LexicalEnvironment
Andreas Kling
2020-04-15
LibJS: Support empty values in array expression
Linus Groh
2020-04-15
LibJS: Implement void operator
Linus Groh
2020-04-15
LibJS: Pass the Interpreter& to binary/logical/unary helpers
Andreas Kling
2020-04-14
LibJS: Remove shift, pop, push functions from Array object
Linus Groh
2020-04-13
LibJS: Remove Interpreter::declare_variable()
Andreas Kling
2020-04-13
LibJS: Hoist variable declarations to the nearest relevant scope
Andreas Kling
2020-04-13
LibJS: Parse "this" as ThisExpression
Stephan Unverwerth
2020-04-11
LibJS: Make Function and CallFrame aware of their function name
Linus Groh
2020-04-10
LibJS: Throw real TypeError, ReferenceError, etc objects
Andreas Kling
2020-04-10
LibJS: Throw exception if LHS of assignment is of unexpected type
Barney Wilks
2020-04-08
LibJS: rename JS::DeclarationType => JS::DeclarationKind
Emanuele Torre
2020-04-08
LibJS: Add "constructor" property to constructor prototypes
Andreas Kling
2020-04-07
LibJS: Add SequenceExpression AST node (comma operator)
Andreas Kling
2020-04-06
LibJS: Fix impossible member access for negative integers
DexesTTP
2020-04-06
LibJS: Support array holes, encoded as empty JS::Value
Andreas Kling
2020-04-06
LibJS: Give argument vectors an inline capacity of 8
Andreas Kling
2020-04-06
LibJS: Add a PropertyName class that represents a string or a number
Andreas Kling
[next]