Commit History

Автор SHA1 Съобщение Дата
  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 години
  Andreas Kling 0cb0979990 LibJS: Add Token::flystring_value() to produce FlyString directly преди 3 години
  Andreas Kling 1a3fa2d88b LibJS: Make Parser::ScopePusher::has_declaration() take FlyString преди 3 години
  davidot 4136cbdb09 LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr преди 3 години
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} преди 3 години
  davidot e0e4ead2c8 LibJS: Follow the spec with storing im- and export entries преди 3 години
  davidot 99edf5b25a LibJS: Track whether a program has a top level await statement преди 3 години
  davidot aca427fc8c LibJS: Make parsing import and export entries follow the spec преди 3 години
  Linus Groh 531d1ac734 LibJS: Capture source text of FunctionNode and ClassExpression преди 3 години
  Linus Groh 95a9f12b97 LibJS: Set Token's m_offset to the value's start index преди 3 години
  Linus Groh e8519156bc LibJS: Implement create_dynamic_function() according to the spec преди 3 години
  Linus Groh f0b2179bd7 LibJS: Don't require ParenClose in Parser::parse_formal_parameters() преди 3 години
  Linus Groh e730ada07d LibJS: Consume curly braces outside of Parser::parse_function_body() преди 3 години
  Linus Groh 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} преди 3 години
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) преди 3 години
  davidot e179cf2540 LibJS: Don't VERIFY that the token after 'import' is one of '.' and '(' преди 3 години
  davidot be3b806487 LibJS: Parse assert clauses of in- and export statements преди 3 години
  davidot 81312986fe LibJS: Disallow async generator functions called 'await' or 'yield' преди 3 години
  davidot c8e80690a7 LibJS: Don't treat yield after void as identifier in generator functions преди 3 години
  davidot 45578f58dc LibJS: Allow super property lookup and new.target in static init blocks преди 3 години
  davidot 5010d4c20c LibJS: Don't match async \n function as an async function declaration преди 3 години
  davidot c2ebaa9d87 LibJS: Replace the verify in private identifier with a syntax error преди 3 години