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
2023-05-28
LibJS: Make Error stack traces lazier
Andreas Kling
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-21
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
Andreas Kling
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-01-23
LibJS: Add using declaration support in for and for of loops
davidot
2023-01-23
LibJS: Add using declaration support, RAII like operation in js
davidot
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-08
LibJS: Call shrink_to_fit() on various Vectors created during parse
Andreas Kling
2022-12-08
LibJS: Shrink FunctionNode by using bitfields
Andreas Kling
2022-12-08
LibJS: Shrink ObjectProperty AST nodes by rearranging members
Andreas Kling
2022-12-08
LibJS: Make one compact allocation for CallExpression and its Arguments
Andreas Kling
2022-12-08
LibJS: Add ASTNodeWithTailArray template to pack AST node + array
Andreas Kling
2022-12-08
LibJS: Use move() on the SourceRange in create_ast_node()
Andreas Kling
2022-12-08
LibJS: Shrink MemberExpression by rearranging members slightly
Andreas Kling
2022-12-08
LibJS: Rearrange ASTNode members so there's a padding hole at the end
Andreas Kling
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-27
LibJS: Remove m_first_invalid_property_range from ObjectExpression
davidot
2022-11-27
LibJS: Remove is_use_strict_directive for all StringLiterals
davidot
2022-11-27
LibJS: Use the source offset to sort imports in module
davidot
2022-11-24
LibJS: Avoid unnecessary SourceRange construction in parse_program()
Andreas Kling
2022-11-23
LibJS+LibWeb: Move JS::ModuleRequest to its own header file
Andreas Kling
2022-11-23
LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter
Andreas Kling
2022-11-23
LibJS: Move {Import,Export}Entry out of {Import,Export}Statement
Andreas Kling
2022-11-22
LibJS: Shrink Identifier's environment coordinate cache
Andreas Kling
2022-11-22
LibJS: Remove unused "lexical argument index" metadata from Identifier
Andreas Kling
2022-11-22
LibJS: Reduce AST memory usage by shrink-wrapping source range info
Andreas Kling
2022-10-17
LibJS: Forward a string aproximation of the CallExpression to Call Ops
Hendiadyoin1
2022-10-01
LibJS: Allow SpreadExpressions to generate bytecode
Hendiadyoin1
2022-09-02
LibJS: Handle empty named export
davidot
2022-08-31
LibJS: Implement SuperCall for the Bytecode-VM
Hendiadyoin1
2022-08-23
LibJS: Remove GlobalObject from execute() and related AST functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-20
LibJS: Use a synthetic constructor if class with parent doesn't have one
davidot
2022-08-17
LibJS: Implement tagged literals evaluation like the spec
davidot
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
[next]