Histórico de Commits

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