Historie revizí

Autor SHA1 Zpráva Datum
  Idan Horowitz 086969277e Everywhere: Run clang-format před 3 roky
  Ali Mohammad Pur 007ffcd763 LibJS: Implement bytecode generation for all ObjectExpression properties před 3 roky
  Luke Wilde 7cc53b7ef1 LibJS/Bytecode: Implement the delete unary expression před 3 roky
  Luke Wilde 741745baab LibJS/Bytecode: Update NewArray stringifier to print a register range před 3 roky
  Luke Wilde 096d2bb772 LibJS/Bytecode: Make construct Call throw if callee isn't a constructor před 3 roky
  Luke Wilde eac5534ce4 LibJS/Bytecode: Add support for new.target před 3 roky
  Ali Mohammad Pur 8f7021faf7 LibJS: Implement bytecode generation for For-In/Of statements před 3 roky
  Ali Mohammad Pur a37bee919a LibJS: Use ranges instead of specifying all registers for NewArray před 3 roky
  Luke Wilde e517cb505a LibJS/Bytecode: Make NewArray write directly to indexed properties před 3 roky
  Ali Mohammad Pur 2000251333 LibJS: Implement bytecode generation for WithStatement před 3 roky
  Ali Mohammad Pur 41184c960d LibJS: Propagate abrupt completions in Bytecode::Op::Call před 3 roky
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen před 3 roky
  Ali Mohammad Pur d7c207beb9 LibJS: Implement the NewClass opcode před 3 roky
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> před 3 roky
  davidot 8108fc7f9c LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr před 3 roky
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} před 3 roky
  Andreas Kling fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment před 3 roky
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() před 3 roky
  Linus Groh 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() před 3 roky
  Linus Groh 09a11fa6ea LibJS: Implement proper Iterator records před 3 roky
  Linus Groh da856d7742 LibJS: Update AST to use completions :^) před 3 roky
  Linus Groh 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T před 3 roky
  davidot a24df37713 LibJS: Convert resolve_this_binding() to ThrowCompletionOr před 3 roky
  davidot 676554d3f8 LibJS: Convert resolve_binding() to ThrowCompletionOr před 3 roky
  Ali Mohammad Pur b96118b5d1 LibJS: Fix codegen for nodes after try statements without 'finally' před 3 roky
  Idan Horowitz 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr před 3 roky
  Idan Horowitz 390a04a985 LibJS: Convert the GetValue AO to ThrowCompletionOr před 3 roky
  Andreas Kling a831cd9cc7 LibJS: Make bytecode VM throw TypeError on attempt to call non-callable před 3 roky
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey před 3 roky
  Andreas Kling 715e7fada8 LibJS: Add the "fast non-local access" optimization to the bytecode VM před 3 roky