Commit History

Autor SHA1 Mensaxe Data
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 7a742b17da LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 8d3f92c844 LibJS: Make JS::ECMAScriptFunctionObject smaller by reordering members %!s(int64=3) %!d(string=hai) anos
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() %!s(int64=3) %!d(string=hai) anos
  davidot 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere %!s(int64=3) %!d(string=hai) anos
  davidot 39b134e8c1 LibJS: Move async_block_start out of ECMAScriptFunctionObject %!s(int64=3) %!d(string=hai) anos
  Linus Groh 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() %!s(int64=3) %!d(string=hai) anos
  Linus Groh 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype %!s(int64=3) %!d(string=hai) anos
  Linus Groh 13fe4e8c64 LibJS: Allow passing prototype to ECMAScriptFunctionObject::create() %!s(int64=3) %!d(string=hai) anos
  Linus Groh 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} %!s(int64=3) %!d(string=hai) anos
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) %!s(int64=3) %!d(string=hai) anos
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) %!s(int64=3) %!d(string=hai) anos
  Linus Groh 032e6a2d28 LibJS: Remove redundant abrupt completion check %!s(int64=3) %!d(string=hai) anos
  Linus Groh 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T %!s(int64=3) %!d(string=hai) anos
  davidot 676554d3f8 LibJS: Convert resolve_binding() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 7204b292c5 LibJS: Implement and use the MakeMethod AO %!s(int64=3) %!d(string=hai) anos
  Andreas Kling fa879168f5 LibJS: Mark Function object's private environment during GC %!s(int64=3) %!d(string=hai) anos
  davidot 0982a73d1d LibJS: Parse async generator functions %!s(int64=3) %!d(string=hai) anos
  davidot 5d0f666f22 LibJS: Don't set a prototype property on async functions %!s(int64=3) %!d(string=hai) anos
  davidot 22e679d844 LibJS + js: Rethrow exception on the vm after bytecode interpreter run %!s(int64=3) %!d(string=hai) anos
  Linus Groh 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 7cdca08090 LibJS: Convert prepare_for_ordinary_call() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 070d2eaa51 LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<> %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur e4a7f1a696 LibJS: Make Bytecode::Interpreter return the popped frame %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 5a38f86f1b LibJS: Use a 'Return' completion for generator object body evaluation %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 3ec0183b51 LibJS: Use the correct prototype for generator functions %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 681787de76 LibJS: Add support for async functions %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 91881be4b0 LibJS: Convert GeneratorObject to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 853fab352d LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos