Commit History

Autor SHA1 Mensaxe Data
  Luke Wilde eac5534ce4 LibJS/Bytecode: Add support for new.target %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 8f7021faf7 LibJS: Implement bytecode generation for For-In/Of statements %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur a37bee919a LibJS: Use ranges instead of specifying all registers for NewArray %!s(int64=3) %!d(string=hai) anos
  Luke Wilde e517cb505a LibJS/Bytecode: Make NewArray write directly to indexed properties %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 2000251333 LibJS: Implement bytecode generation for WithStatement %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 41184c960d LibJS: Propagate abrupt completions in Bytecode::Op::Call %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur d7c207beb9 LibJS: Implement the NewClass opcode %!s(int64=3) %!d(string=hai) anos
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> %!s(int64=3) %!d(string=hai) anos
  davidot 8108fc7f9c LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} %!s(int64=3) %!d(string=hai) anos
  Andreas Kling fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment %!s(int64=3) %!d(string=hai) anos
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() %!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 09a11fa6ea LibJS: Implement proper Iterator records %!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 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T %!s(int64=3) %!d(string=hai) anos
  davidot a24df37713 LibJS: Convert resolve_this_binding() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  davidot 676554d3f8 LibJS: Convert resolve_binding() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur b96118b5d1 LibJS: Fix codegen for nodes after try statements without 'finally' %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 390a04a985 LibJS: Convert the GetValue AO to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Andreas Kling a831cd9cc7 LibJS: Make bytecode VM throw TypeError on attempt to call non-callable %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 715e7fada8 LibJS: Add the "fast non-local access" optimization to the bytecode VM %!s(int64=3) %!d(string=hai) anos
  Andreas Kling da98212001 LibJS: Add a separate "identifier table" to bytecode executables %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 3117182c2e LibJS: Implement 'this' in the bytecode VM %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz e26d9f419b LibJS: Remove vm.construct and it's usages %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos