index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
AST.cpp
Age
Commit message (
Expand
)
Author
2021-06-27
LibJS: Rename ScriptFunction => OrdinaryFunctionObject
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-25
LibJS: Rename Reference methods to match the spec
Andreas Kling
2021-06-25
LibJS: Bring Reference records a bit closer to the ECMAScript spec
Andreas Kling
2021-06-25
LibJS: Evaluate `this` in terms of ResolveThisBinding
Andreas Kling
2021-06-25
LibJS: Rename VM::get_reference() => resolve_binding()
Andreas Kling
2021-06-24
Userland: Replace VERIFY(is<T>) with verify_cast<T>
Andreas Kling
2021-06-24
LibJS: Rename CallFrame => ExecutionContext
Andreas Kling
2021-06-23
LibJS: Correct behaviour of direct vs. indirect eval
Anonymous
2021-06-22
LibJS: Remove direct argument loading since it was buggy
Andreas Kling
2021-06-22
LibJS: Split the per-call-frame environment into lexical and variable
Andreas Kling
2021-06-22
LibJS: Bring function environment records closer to the spec
Andreas Kling
2021-06-22
LibJS: Implement the NewObjectEnvironment() abstract operation
Andreas Kling
2021-06-21
LibJS: Rename VM::current_scope() => current_environment_record()
Andreas Kling
2021-06-21
LibJS: Rename virtuals in EnvironmentRecord
Andreas Kling
2021-06-21
LibJS: Rename EnvironmentRecord::parent() => outer_environment()
Andreas Kling
2021-06-21
LibJS: Rename Environment Records so they match the spec :^)
Andreas Kling
2021-06-21
LibJS: Fix spelling mistake in VariableDeclaration::execute()
Andreas Kling
2021-06-19
LibJS: Restructure and fully implement BindingPatterns
Matthew Olsson
2021-06-17
LibJS: Add missing to_property_key exception check in ClassExpression
Idan Horowitz
2021-06-16
LibJS: Replace Object's create_empty() with create() taking a prototype
Linus Groh
2021-06-14
LibJS: Teach Reference to access call frame arguments directly
Andreas Kling
2021-06-14
LibJS: Access function arguments directly in AST interpreter
Andreas Kling
2021-06-14
LibJS: Track which Identifier nodes refer to function arguments
Andreas Kling
2021-06-14
LibJS: Add support for hex, octal & binary big integer literals
Idan Horowitz
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-11
LibJS: Use an enum class instead of 'bool is_generator'
Ali Mohammad Pur
2021-06-11
LibJS: Move is_arrow_function() from FunctionExpression to FunctionNode
Andreas Kling
2021-06-11
LibJS: Fix two accidentally incorrect ScriptFunction constructions
Linus Groh
2021-06-11
LibJS: Switch AST.{h,cpp} to east const
Ali Mohammad Pur
2021-06-11
LibJS: Implement generator functions (only in bytecode mode)
Ali Mohammad Pur
2021-06-10
LibJS: Remove GlobalObject& argument from VM::construct()
Andreas Kling
2021-06-08
LibJS: Handle Proxy with Array target in IsArray() abstract operation
Linus Groh
2021-06-08
LibJS: Make SwitchStatement::execute() return undefined for empty blocks
Marcin Gasperowicz
2021-06-08
LibJS: Support deleting local variables with operator delete
Idan Horowitz
2021-06-08
LibJS: Return undefined from a with statement if no value was generated
Idan Horowitz
2021-06-08
LibJS: Return the last value from a with statement
Idan Horowitz
2021-06-07
LibJS: Move AST bytecode generation virtuals to separate cpp file
Andreas Kling
2021-06-07
LibJS: Add Sub bytecode instruction (subtract values)
Andreas Kling
2021-06-07
LibJS: Some more opcodes for the bytecode VM
Andreas Kling
2021-06-07
LibJS: Start fleshing out a bytecode for the JavaScript engine :^)
Andreas Kling
2021-06-05
LibJS: Replace StringOrSymbol::from_value with Value::to_property_key
Idan Horowitz
2021-06-04
LibJS: Fix functions binding this to global object in strict mode
Ryan Chandler
2021-06-03
Everywhere: Remove accidental '\n' from various outln() invocations
Andreas Kling
2021-05-29
LibJS: Implement destructuring assignments and function parameters
Ali Mohammad Pur
2021-05-11
LibJS: Make super() in catch block work
Linus Groh
2021-05-10
LibJS: Rename RegExpLiteral m_content to m_pattern
Linus Groh
2021-04-25
LibJS: Don't suppress GlobalObject variable lookup exceptions
FalseHonesty
2021-04-24
LibJS: Remove stray '%' from MemberExpression AST dump
Andreas Kling
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
[prev]
[next]