Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) hace 3 años
  Linus Groh eed764e1dd LibJS: Implement the LoopContinues AO hace 3 años
  Linus Groh fc474966bc LibJS: Implement LabelledStatement & LabelledEvaluation semantics hace 3 años
  Linus Groh 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr hace 3 años
  Linus Groh 044c70fb46 LibJS: Add a ton of spec comments to AST.cpp hace 3 años
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) hace 3 años
  Linus Groh 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers hace 3 años
  Linus Groh 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T hace 3 años
  Linus Groh cbb7329d69 LibJS: Fix two typos in comments in AST.cpp hace 3 años
  Linus Groh d7f6635d55 LibJS: Add missing undefined fallback to IfStatement completions hace 3 años
  davidot c296df6b58 LibJS: Convert to_reference() to ThrowCompletionOr hace 3 años
  davidot a24df37713 LibJS: Convert resolve_this_binding() to ThrowCompletionOr hace 3 años
  davidot 676554d3f8 LibJS: Convert resolve_binding() to ThrowCompletionOr hace 3 años
  Linus Groh 87068896d0 LibJS: Evaluate NewExpression arguments before checking constructor type hace 3 años
  Linus Groh 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr hace 3 años
  Linus Groh 4767be1459 LibJS: Convert create_global_var_binding() to ThrowCompletionOr hace 3 años
  Linus Groh 8296d3fbd2 LibJS: Convert can_declare_global_function() to ThrowCompletionOr hace 3 años
  Linus Groh 215a56b0e4 LibJS: Convert can_declare_global_var() to ThrowCompletionOr hace 3 años
  Linus Groh 1817c1f83c LibJS: Convert has_restricted_global_property() to ThrowCompletionOr hace 3 años
  Linus Groh 7204b292c5 LibJS: Implement and use the MakeMethod AO hace 3 años
  Linus Groh df931e6a83 LibJS: Implement and use the InitializeBoundName AO hace 3 años
  Linus Groh 451149df0b LibJS: Ensure get_new_target() never returns an empty value hace 3 años
  Linus Groh 8d70a50aed LibJS: Remove unused MemberExpression::computed_property_name() hace 3 años
  davidot be3b806487 LibJS: Parse assert clauses of in- and export statements hace 3 años
  Linus Groh 038d354b5d LibJS: Remove Object::value_of() hace 3 años
  davidot 045a42cf35 LibJS: Parse dynamic import calls 'import()' and 'import.meta' hace 3 años
  davidot e69276e704 LibJS: Implement parsing and executing for-await-of loops hace 3 años
  davidot 0982a73d1d LibJS: Parse async generator functions hace 3 años
  Idan Horowitz 46dabf02ec LibJS: Add support for await expressions hace 3 años
  Idan Horowitz 681787de76 LibJS: Add support for async functions hace 3 años