提交历史

作者 SHA1 备注 提交日期
  davidot 2c26ee89ac LibJS: Remove m_first_invalid_property_range from ObjectExpression 2 年之前
  davidot 3acbd96851 LibJS: Remove is_use_strict_directive for all StringLiterals 2 年之前
  Andreas Kling d16fab5815 LibJS: Avoid unnecessary SourceRange construction in parse_program() 2 年之前
  Andreas Kling 835d7aac96 LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter 2 年之前
  Andreas Kling e0916dbb35 LibJS: Move {Import,Export}Entry out of {Import,Export}Statement 2 年之前
  Andreas Kling 76f438eb3e LibJS: Remove unused "lexical argument index" metadata from Identifier 2 年之前
  Andreas Kling b0b022507b LibJS: Reduce AST memory usage by shrink-wrapping source range info 2 年之前
  davidot 73fcbbb0ee LibJS: Give the undeclared private identifier error more precedence 2 年之前
  davidot 16ac43c9d4 LibJS: Make sure private identifier is valid in optional chain 2 年之前
  davidot 5ca6e8dca8 LibJS: No longer hoist if parent scope has a function with the same name 2 年之前
  davidot 67865306d3 LibJS: Fix that functions in module did not look for var declarations 2 年之前
  davidot 9f661d20f7 LibJS: Allow anonymous functions as default exports 2 年之前
  davidot faf1430ce4 LibJS: Allow exporting any imported bindings 2 年之前
  davidot 3b1c3e574f LibJS: Handle empty named export 2 年之前
  davidot f75c51b097 LibJS: Allow full ModuleExportName in namespace 2 年之前
  davidot fce2b33758 LibJS: Allow BigInts as destructuring property names 2 年之前
  davidot ae349ec6a8 LibJS: Use a synthetic constructor if class with parent doesn't have one 2 年之前
  davidot e5adc51e27 LibJS: Allow invalid string in tagged template literals 2 年之前
  Ali Mohammad Pur f4b26b0cea LibJS: Hook up the 'v' (unicodeSets) RegExp flag 3 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  Daniel Bertalan ebac8abc04 LibJS: Explicitly instantiate Parser::parse_function_node 3 年之前
  Linus Groh 5a26a547db LibJS: Update a couple of outdated spec comments 3 年之前
  Luke Wilde 34f902fb52 LibJS: Add missing steps and spec comments to PerformEval 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Idan Horowitz 7ebb421ee9 LibJS: Implement the object literal __proto__ property key special case 3 年之前
  davidot 2c6183da1e LibJS: Allow methods in classes named 'async' 3 年之前
  davidot 65bebb5241 LibJS: Allow CallExpression as left hand side of for-of/for-in loops 3 年之前
  Anonymous 602190f66f LibJS: Fix mixing of logical and coalescing operators 3 年之前
  Anonymous f55d7bf6f3 LibJS: Fix cases where we incorrectly allowed 'in' in for loops 3 年之前
  Andreas Kling 50a446a5d1 LibJS: Make more use of Token::flystring_value() 3 年之前