提交历史

作者 SHA1 备注 提交日期
  Linus Groh 8296d3fbd2 LibJS: Convert can_declare_global_function() to ThrowCompletionOr 3 年之前
  Linus Groh 215a56b0e4 LibJS: Convert can_declare_global_var() to ThrowCompletionOr 3 年之前
  Linus Groh 1817c1f83c LibJS: Convert has_restricted_global_property() to ThrowCompletionOr 3 年之前
  Linus Groh 7204b292c5 LibJS: Implement and use the MakeMethod AO 3 年之前
  Linus Groh df931e6a83 LibJS: Implement and use the InitializeBoundName AO 3 年之前
  Linus Groh 451149df0b LibJS: Ensure get_new_target() never returns an empty value 3 年之前
  Linus Groh 8d70a50aed LibJS: Remove unused MemberExpression::computed_property_name() 3 年之前
  davidot be3b806487 LibJS: Parse assert clauses of in- and export statements 3 年之前
  Linus Groh 038d354b5d LibJS: Remove Object::value_of() 3 年之前
  davidot 045a42cf35 LibJS: Parse dynamic import calls 'import()' and 'import.meta' 3 年之前
  davidot e69276e704 LibJS: Implement parsing and executing for-await-of loops 3 年之前
  davidot 0982a73d1d LibJS: Parse async generator functions 3 年之前
  Idan Horowitz 46dabf02ec LibJS: Add support for await expressions 3 年之前
  Idan Horowitz 681787de76 LibJS: Add support for async functions 3 年之前
  Idan Horowitz 853fab352d LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr 3 年之前
  Idan Horowitz 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr 3 年之前
  Idan Horowitz 390a04a985 LibJS: Convert the GetValue AO to ThrowCompletionOr 3 年之前
  Idan Horowitz d73b258874 LibJS: Convert reference deletion to ThrowCompletionOr 3 年之前
  Andreas Kling c02e992de2 LibJS: Use PropertyKey in MemberExpression::to_reference() 3 年之前
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 年之前
  davidot 9c9aaf4d4f LibJS: Don't VERIFY that a function is Regular when executing in AST 3 年之前
  Idan Horowitz e26d9f419b LibJS: Remove vm.construct and it's usages 3 年之前
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr 3 年之前
  Timothy Flynn 04b4307b3d LibJS: Convert get_iterator_values helper to ThrowCompletionOr 3 年之前
  davidot 2d48529073 LibJS: Implement private identifiers in optional chains 3 年之前
  davidot 4c8090a45d LibJS: Use ClassFieldInitializerStatement for class fields 3 年之前
  davidot 7e8724db71 LibJS: Add support for the '#privateName in obj' expression 3 年之前
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods 3 年之前
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment 3 年之前
  davidot 6b2accce31 LibJS: Add static initializers to classes 3 年之前