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.h
Age
Commit message (
Expand
)
Author
2022-06-13
LibJS/Bytecode: Implement break/continue labels
Luke Wilde
2022-04-20
LibJS: De-duplicate ClassFieldDefinition Records
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-19
LibJS/Bytecode: Add support for new.target
Luke Wilde
2022-03-19
LibJS: Implement bytecode generation for For-In/Of statements
Ali Mohammad Pur
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-03-13
LibJS: Implement bytecode generation for WithStatement
Ali Mohammad Pur
2022-03-06
LibJS: Actually override is_private_identifier() in PrivateIdentifier
Andreas Kling
2022-03-06
LibJS: Implement the object literal __proto__ property key special case
Idan Horowitz
2022-03-05
LibJS: Add fast_is<PrivateIdentifier>()
Andreas Kling
2022-02-20
LibJS: Remove unused FunctionNode::set_name()
Linus Groh
2022-02-13
LibJS: Implement ClassExpression::generate_bytecode()
Ali Mohammad Pur
2022-02-13
LibJS: Make ASTNode::generate_bytecode() fallible
Ali Mohammad Pur
2022-02-13
LibJS: Add fast_is<T>() for things that were hot in RTTI
Andreas Kling
2022-02-08
LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr
davidot
2022-02-05
LibJS: Keep handles on internal function while creating a class
davidot
2022-01-30
LibJS: Implement the import assertions proposal
davidot
2022-01-30
LibJS: Follow the spec with storing im- and export entries
davidot
2022-01-22
LibJS: Implement evaluation of im- and exports statements
davidot
2022-01-22
LibJS: Track whether a program has a top level await statement
davidot
2022-01-22
LibJS: Make parsing import and export entries follow the spec
davidot
2022-01-22
LibJS: Move binding_class_declaration_evaluation out of ClassDeclaration
davidot
2022-01-19
LibJS: Let class_definition_evaluation() return a ESFnObject*, not Value
Linus Groh
2022-01-19
LibJS: Capture source text of FunctionNode and ClassExpression
Linus Groh
2022-01-06
LibJS: Replace the custom unwind mechanism with completions :^)
Linus Groh
2022-01-06
LibJS: Implement LabelledStatement & LabelledEvaluation semantics
Linus Groh
2022-01-03
LibJS: Update AST to use completions :^)
Linus Groh
2021-12-31
LibJS: Convert to_reference() to ThrowCompletionOr
davidot
2021-12-29
LibJS: Remove unused MemberExpression::computed_property_name()
Linus Groh
2021-12-21
LibJS: Parse assert clauses of in- and export statements
davidot
2021-11-30
LibJS: Split parsing program to script and module separately
davidot
2021-11-30
LibJS: Parse dynamic import calls 'import()' and 'import.meta'
davidot
2021-11-29
LibJS: Implement parsing and executing for-await-of loops
davidot
2021-11-12
LibJS: Implement async functions as generator functions in BC mode
Ali Mohammad Pur
2021-11-10
LibJS: Add support for await expressions
Idan Horowitz
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-24
LibJS: Implement 'this' in the bytecode VM
Andreas Kling
2021-10-20
LibJS: Implement private identifiers in optional chains
davidot
2021-10-20
LibJS: Use ClassFieldInitializerStatement for class fields
davidot
2021-10-20
LibJS: Add parsing and evaluation of private fields and methods
davidot
2021-10-20
LibJS: Add static initializers to classes
davidot
2021-10-20
LibJS: Make class definition evaluation more spec like in ordering
davidot
2021-10-08
LibJS: Propagate "contains direct call to eval()" flag from parser
Andreas Kling
2021-10-08
LibJS: Make accessing the current function's arguments cheaper
Ali Mohammad Pur
2021-10-08
LibJS: Add ScopeNode accessors for declaration counts
Andreas Kling
2021-10-08
LibJS: Add fast_is<T>() for FunctionDeclaration
Andreas Kling
2021-10-07
LibJS: Add fast_is<T>() for FunctionExpression and ClassExpression
Andreas Kling
2021-10-07
LibJS: Fast non-local variable access :^)
Andreas Kling
2021-10-05
LibJS: Skip declarative env in block statement without lexical decls
Linus Groh
[next]