Aliaksandr Kalenik
|
401d97c45c
LibJS: Add ScopeNode::for_each_var_declared_identifier()
|
2 rokov pred |
Aliaksandr Kalenik
|
7f0074ac23
LibJS: Add for_each_bound_identifier for AST::Declaration
|
2 rokov pred |
Aliaksandr Kalenik
|
a6cdb1655b
LibJS: Use Identifier to represent name of FunctionNode
|
2 rokov pred |
Aliaksandr Kalenik
|
380abddf3c
LibJS: Update parser to detect if identifier refer a "local" variable
|
2 rokov pred |
Aliaksandr Kalenik
|
c734f2b5e6
LibJS: Use Identifier to represent name of ClassExpression
|
2 rokov pred |
Andreas Kling
|
b0ae1e80fb
LibJS/Bytecode: Support using MemberExpression as rest property
|
2 rokov pred |
Aliaksandr Kalenik
|
1550e7c421
LibJS: Stop using execute_ast_node in NewClass instruction
|
2 rokov pred |
Andreas Kling
|
8450948458
LibJS: Make class definition evaluation work in bytecode mode
|
2 rokov pred |
Aliaksandr Kalenik
|
331f6a9e60
LibJS: Invalidate cached environment coordinate after delete in global
|
2 rokov pred |
Andreas Kling
|
8a5e71256d
LibJS/Bytecode: Add codegen for ImportCall
|
2 rokov pred |
Andreas Kling
|
b3a3c53007
LibJS: Fix bad indentation when dumping FunctionNode AST nodes
|
2 rokov pred |
Andreas Kling
|
85a3a1c085
LibJS/Bytecode: Add codegen for "named evaluation if anonymous function"
|
2 rokov pred |
Malik Ammar Faisal
|
5c913d9cc4
LibJS: Correctly handle parentheses and new Object
|
2 rokov pred |
Andreas Kling
|
d89e0b36d4
LibJS/Bytecode: Support class field initializers
|
2 rokov pred |
Andreas Kling
|
4684d3fe54
LibJS: Make BlockDeclarationInstantiation take a VM&
|
2 rokov pred |
Andreas Kling
|
8a3e350321
LibJS/Bytecode: Don't choke on MemberExpression with PrivateIdentifier
|
2 rokov pred |
Andreas Kling
|
32d9c8e3ca
LibJS: Make GlobalDeclarationInstantiation take a VM&
|
2 rokov pred |
Andreas Kling
|
5617dd1c83
LibJS: Store PrivateElement values in Handle<Value>
|
2 rokov pred |
Daniel Bertalan
|
fc003cd248
Userland: Silence or resolve new GCC 13 warnings
|
2 rokov pred |
Linus Groh
|
f345f72b55
LibJS: Port Value::to_object() to NonnullGCPtr
|
2 rokov pred |
Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 rokov pred |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 rokov pred |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 rokov pred |
Luke Wilde
|
f4be95af69
LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration
|
2 rokov pred |
Andreas Kling
|
bd5d8e9d35
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
|
2 rokov pred |
Timothy Flynn
|
f6503577f6
LibJS: Propagate out-of-memory errors from HostImportModuleDynamically
|
2 rokov pred |
Timothy Flynn
|
88814acbd3
LibJS+Everywhere: Convert JS::Error to String
|
2 rokov pred |
Timothy Flynn
|
a73b8292ed
LbJS: Convert exception-related usages of Value::TDSWOSE to String
|
2 rokov pred |
Timothy Flynn
|
b245300ba1
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
|
2 rokov pred |
Linus Groh
|
a8bf2f8e4c
LibJS: Port Symbol to String
|
2 rokov pred |