Historique des commits

Auteur SHA1 Message Date
  davidot aca427fc8c LibJS: Make parsing import and export entries follow the spec il y a 3 ans
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules il y a 3 ans
  davidot 232a8432b7 LibJS: Move binding_class_declaration_evaluation out of ClassDeclaration il y a 3 ans
  Linus Groh 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() il y a 3 ans
  Linus Groh 6e5097b201 LibJS: Let class_definition_evaluation() return a ESFnObject*, not Value il y a 3 ans
  Linus Groh 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} il y a 3 ans
  Ali Mohammad Pur 9de33629da AK+Everywhere: Make Variant::visit() respect the Variant's constness il y a 3 ans
  Linus Groh 09a11fa6ea LibJS: Implement proper Iterator records il y a 3 ans
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) il y a 3 ans
  Linus Groh eed764e1dd LibJS: Implement the LoopContinues AO il y a 3 ans
  Linus Groh fc474966bc LibJS: Implement LabelledStatement & LabelledEvaluation semantics il y a 3 ans
  Linus Groh 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr il y a 3 ans
  Linus Groh 044c70fb46 LibJS: Add a ton of spec comments to AST.cpp il y a 3 ans
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) il y a 3 ans
  Linus Groh 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers il y a 3 ans
  Linus Groh 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T il y a 3 ans
  Linus Groh cbb7329d69 LibJS: Fix two typos in comments in AST.cpp il y a 3 ans
  Linus Groh d7f6635d55 LibJS: Add missing undefined fallback to IfStatement completions il y a 3 ans
  davidot c296df6b58 LibJS: Convert to_reference() to ThrowCompletionOr il y a 3 ans
  davidot a24df37713 LibJS: Convert resolve_this_binding() to ThrowCompletionOr il y a 3 ans
  davidot 676554d3f8 LibJS: Convert resolve_binding() to ThrowCompletionOr il y a 3 ans
  Linus Groh 87068896d0 LibJS: Evaluate NewExpression arguments before checking constructor type il y a 3 ans
  Linus Groh 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr il y a 3 ans
  Linus Groh 4767be1459 LibJS: Convert create_global_var_binding() to ThrowCompletionOr il y a 3 ans
  Linus Groh 8296d3fbd2 LibJS: Convert can_declare_global_function() to ThrowCompletionOr il y a 3 ans
  Linus Groh 215a56b0e4 LibJS: Convert can_declare_global_var() to ThrowCompletionOr il y a 3 ans
  Linus Groh 1817c1f83c LibJS: Convert has_restricted_global_property() to ThrowCompletionOr il y a 3 ans
  Linus Groh 7204b292c5 LibJS: Implement and use the MakeMethod AO il y a 3 ans
  Linus Groh df931e6a83 LibJS: Implement and use the InitializeBoundName AO il y a 3 ans
  Linus Groh 451149df0b LibJS: Ensure get_new_target() never returns an empty value il y a 3 ans