Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} hace 3 años
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) hace 3 años
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) hace 3 años
  Linus Groh 032e6a2d28 LibJS: Remove redundant abrupt completion check hace 3 años
  Linus Groh 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T hace 3 años
  davidot 676554d3f8 LibJS: Convert resolve_binding() to ThrowCompletionOr hace 3 años
  Linus Groh 7204b292c5 LibJS: Implement and use the MakeMethod AO hace 3 años
  Andreas Kling fa879168f5 LibJS: Mark Function object's private environment during GC hace 3 años
  davidot 0982a73d1d LibJS: Parse async generator functions hace 3 años
  davidot 5d0f666f22 LibJS: Don't set a prototype property on async functions hace 3 años
  davidot 22e679d844 LibJS + js: Rethrow exception on the vm after bytecode interpreter run hace 3 años
  Linus Groh 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr hace 3 años
  Linus Groh 7cdca08090 LibJS: Convert prepare_for_ordinary_call() to ThrowCompletionOr hace 3 años
  Ali Mohammad Pur 070d2eaa51 LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<> hace 3 años
  Ali Mohammad Pur 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode hace 3 años
  Ali Mohammad Pur e4a7f1a696 LibJS: Make Bytecode::Interpreter return the popped frame hace 3 años
  Ali Mohammad Pur 5a38f86f1b LibJS: Use a 'Return' completion for generator object body evaluation hace 3 años
  Ali Mohammad Pur 3ec0183b51 LibJS: Use the correct prototype for generator functions hace 3 años
  Idan Horowitz 681787de76 LibJS: Add support for async functions hace 3 años
  Idan Horowitz 91881be4b0 LibJS: Convert GeneratorObject to ThrowCompletionOr hace 3 años
  Idan Horowitz 853fab352d LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr hace 3 años
  Idan Horowitz 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr hace 3 años
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey hace 3 años
  Andreas Kling f75d78f56a LibJS: Include executable name in bytecode dumps hace 3 años
  davidot 9c9aaf4d4f LibJS: Don't VERIFY that a function is Regular when executing in AST hace 3 años
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr hace 3 años
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods hace 3 años
  davidot 13ead80ee6 LibJS: Add PrivateEnvironment hace 3 años
  davidot 1245512c50 LibJS: Make class definition evaluation more spec like in ordering hace 3 años
  davidot 7beccaf41b LibJS: Add comment clarifying the order of function properties hace 3 años