Matthew Olsson
|
b5f1df57ed
LibJS: Add raw strings to tagged template literals
|
5 years ago |
Matthew Olsson
|
107ca2e4ba
LibJS: Add function call spreading
|
5 years ago |
Matthew Olsson
|
838390171c
LibJS: Function.length respects default and rest parameters
|
5 years ago |
Linus Groh
|
4d20cf57db
LibJS: Implement tagged template literals (foo`bar`)
|
5 years ago |
Linus Groh
|
eea62dd365
LibJS: Add Value::{is, as}_function()
|
5 years ago |
Linus Groh
|
72d2bd56ce
LibJS: Implement modulo assignment operator (%=)
|
5 years ago |
Linus Groh
|
a2e1f1a872
LibJS: Implement exponentiation assignment operator (**=)
|
5 years ago |
Linus Groh
|
3e754a15d4
LibJS: Implement bitwise assignment operators (&=, |=, ^=)
|
5 years ago |
Linus Groh
|
454c1e6bbe
LibJS: Implement rest parameters
|
5 years ago |
Linus Groh
|
d4bfcea570
LibJS: Add indentation to sections in SwitchCase::dump()
|
5 years ago |
mattco98
|
adb4accab3
LibJS: Add template literals
|
5 years ago |
Linus Groh
|
25cf0da2fb
LibJS: Set name of anonymous functions during assignment
|
5 years ago |
Matthew Olsson
|
5e66f1900b
LibJS: Add function default arguments
|
5 years ago |
Linus Groh
|
43c1fa9965
LibJS: Implement (no-op) debugger statement
|
5 years ago |
Linus Groh
|
79b829637e
LibJS: Implement most of the Reflect object
|
5 years ago |
Linus Groh
|
fc34123a54
LibJS: Fix ConditionalExpression::dump()
|
5 years ago |
mattco98
|
95abcc3722
LibJS: Implement correct object property ordering
|
5 years ago |
Andreas Kling
|
698652a548
LibJS: Make Value::as_string() return a PrimitiveString reference
|
5 years ago |
Andreas Kling
|
75f246dde8
LibJS: Make StringObject::primitive_string() return a reference
|
5 years ago |
Linus Groh
|
8ad11df89f
LibJS: Handle exception in for loop test execution
|
5 years ago |
mattco98
|
104969a9f5
LibJS: Add spreading in object literals
|
5 years ago |
Linus Groh
|
30fe1b5d58
LibJS: Support spreading of strings and string objects
|
5 years ago |
Andreas Kling
|
24cce3674b
LibJS: Support o.f++ :^)
|
5 years ago |
Andreas Kling
|
ee0bf55127
LibJS: Make AssignmentExpression assign through a Reference
|
5 years ago |
Andreas Kling
|
3c4a9e421f
LibJS: Allow "delete someGlobalVariable"
|
5 years ago |
Andreas Kling
|
67b8e6fc5b
LibJS: Add Reference class to represent a base.property reference
|
5 years ago |
mattco98
|
80fecc615a
LibJS: Add spreading in array literals
|
5 years ago |
Andreas Kling
|
f897c41092
LibJS: Implement basic support for the "delete" operator
|
5 years ago |
Andreas Kling
|
35aea2e454
LibJS: Stop using Optional<Value> in favor of Value's empty state
|
5 years ago |
Linus Groh
|
57caca3171
LibJS: Fix ObjectExpression::execute()
|
5 years ago |