Idan Horowitz
|
690eb3bb8a
LibJS: Add support for hex, octal & binary big integer literals
|
4 éve |
Andreas Kling
|
dc65f54c06
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
|
4 éve |
Ali Mohammad Pur
|
8b3f8879c1
LibJS: Use an enum class instead of 'bool is_generator'
|
4 éve |
Andreas Kling
|
749a3b9245
LibJS: Move is_arrow_function() from FunctionExpression to FunctionNode
|
4 éve |
Linus Groh
|
17da54d49c
LibJS: Fix two accidentally incorrect ScriptFunction constructions
|
4 éve |
Ali Mohammad Pur
|
b47246ec70
LibJS: Switch AST.{h,cpp} to east const
|
4 éve |
Ali Mohammad Pur
|
3234697eca
LibJS: Implement generator functions (only in bytecode mode)
|
4 éve |
Andreas Kling
|
93a07ba962
LibJS: Remove GlobalObject& argument from VM::construct()
|
4 éve |
Linus Groh
|
83be39c91a
LibJS: Handle Proxy with Array target in IsArray() abstract operation
|
4 éve |
Marcin Gasperowicz
|
624ceec04f
LibJS: Make SwitchStatement::execute() return undefined for empty blocks
|
4 éve |
Idan Horowitz
|
064ed8279e
LibJS: Support deleting local variables with operator delete
|
4 éve |
Idan Horowitz
|
af58779def
LibJS: Return undefined from a with statement if no value was generated
|
4 éve |
Idan Horowitz
|
98897ff676
LibJS: Return the last value from a with statement
|
4 éve |
Andreas Kling
|
0553e0b048
LibJS: Move AST bytecode generation virtuals to separate cpp file
|
4 éve |
Andreas Kling
|
2b9fbd10ed
LibJS: Add Sub bytecode instruction (subtract values)
|
4 éve |
Andreas Kling
|
37cb70836b
LibJS: Some more opcodes for the bytecode VM
|
4 éve |
Andreas Kling
|
69dddd4ef5
LibJS: Start fleshing out a bytecode for the JavaScript engine :^)
|
4 éve |
Idan Horowitz
|
eb0b1c432a
LibJS: Replace StringOrSymbol::from_value with Value::to_property_key
|
4 éve |
Ryan Chandler
|
c66b281856
LibJS: Fix functions binding this to global object in strict mode
|
4 éve |
Andreas Kling
|
bf8fd4c193
Everywhere: Remove accidental '\n' from various outln() invocations
|
4 éve |
Ali Mohammad Pur
|
7a00d6d9c8
LibJS: Implement destructuring assignments and function parameters
|
4 éve |
Linus Groh
|
0a329d2d70
LibJS: Make super() in catch block work
|
4 éve |
Linus Groh
|
c93c2dc72c
LibJS: Rename RegExpLiteral m_content to m_pattern
|
4 éve |
FalseHonesty
|
bee16bb83a
LibJS: Don't suppress GlobalObject variable lookup exceptions
|
4 éve |
Andreas Kling
|
3a4d42bbbb
LibJS: Remove stray '%' from MemberExpression AST dump
|
4 éve |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 éve |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 éve |
Linus Groh
|
726d631527
LibJS: Use references in CallExpression::compute_this_and_callee()
|
4 éve |
Linus Groh
|
73a92c79b8
LibJS: Use reference in MemberExpression::execute()
|
4 éve |
Linus Groh
|
4ee965f916
LibJS: Add set_exception() and change throw_exception() to take a reference
|
4 éve |