提交历史

作者 SHA1 备注 提交日期
  Aliaksandr Kalenik 231d58dd62 LibJS: Delete Declaration::for_each_bound_name 1 年之前
  Aliaksandr Kalenik 348e43b36d LibJS: Replace for_each_bound_name with for_each_bound_identifier 1 年之前
  Timothy Flynn 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 1 年之前
  Timothy Flynn 1760361304 LibJS: Make GetIterator's hint parameter required 1 年之前
  Aliaksandr Kalenik 8d940d57a4 LibJS: Delete for_each_lexical_function_declaration_in_reverse_order() 2 年之前
  Gabriel Dinner-David d29bd55b48 LibJS: Implement import.meta for bytecode 2 年之前
  Andreas Kling 640d48255b LibJS: Remove unhelpful environment lookup optimization for globals 2 年之前
  Aliaksandr Kalenik b0a533dbc0 LibJS: Identify global variables during parsing 2 年之前
  Aliaksandr Kalenik 4a9a1d1656 LibJS: Skip bindings creation for locals during block declaration init 2 年之前
  Aliaksandr Kalenik 8b6450842e LibJS: Use local variables for function declarations when possible 2 年之前
  Aliaksandr Kalenik 2e81cc4cf7 LibJS: Use Identifier to represent FunctionParameter name 2 年之前
  Aliaksandr Kalenik 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject 2 年之前
  Aliaksandr Kalenik 401d97c45c LibJS: Add ScopeNode::for_each_var_declared_identifier() 2 年之前
  Aliaksandr Kalenik 7f0074ac23 LibJS: Add for_each_bound_identifier for AST::Declaration 2 年之前
  Aliaksandr Kalenik a6cdb1655b LibJS: Use Identifier to represent name of FunctionNode 2 年之前
  Aliaksandr Kalenik 380abddf3c LibJS: Update parser to detect if identifier refer a "local" variable 2 年之前
  Aliaksandr Kalenik c734f2b5e6 LibJS: Use Identifier to represent name of ClassExpression 2 年之前
  Andreas Kling b0ae1e80fb LibJS/Bytecode: Support using MemberExpression as rest property 2 年之前
  Aliaksandr Kalenik 1550e7c421 LibJS: Stop using execute_ast_node in NewClass instruction 2 年之前
  Andreas Kling 8450948458 LibJS: Make class definition evaluation work in bytecode mode 2 年之前
  Aliaksandr Kalenik 331f6a9e60 LibJS: Invalidate cached environment coordinate after delete in global 2 年之前
  Andreas Kling 8a5e71256d LibJS/Bytecode: Add codegen for ImportCall 2 年之前
  Andreas Kling b3a3c53007 LibJS: Fix bad indentation when dumping FunctionNode AST nodes 2 年之前
  Andreas Kling 85a3a1c085 LibJS/Bytecode: Add codegen for "named evaluation if anonymous function" 2 年之前
  Malik Ammar Faisal 5c913d9cc4 LibJS: Correctly handle parentheses and new Object 2 年之前
  Andreas Kling d89e0b36d4 LibJS/Bytecode: Support class field initializers 2 年之前
  Andreas Kling 4684d3fe54 LibJS: Make BlockDeclarationInstantiation take a VM& 2 年之前
  Andreas Kling 8a3e350321 LibJS/Bytecode: Don't choke on MemberExpression with PrivateIdentifier 2 年之前
  Andreas Kling 32d9c8e3ca LibJS: Make GlobalDeclarationInstantiation take a VM& 2 年之前
  Andreas Kling 5617dd1c83 LibJS: Store PrivateElement values in Handle<Value> 2 年之前