Commit History

Author SHA1 Message Date
  Luke Wilde c55a4c7f30 LibJS/Bytecode: Create global variables before setting them 3 years ago
  Luke Wilde c153d1779e LibJS/Bytecode: End the for variable scope at the start of its end block 3 years ago
  Luke Wilde bc08d39754 LibJS/Bytecode: Make for, do/while and while always switch to end block 3 years ago
  Luke Wilde 125a71d36d LibJS/Bytecode: Define named functions as a variable inside their scope 3 years ago
  Luke Wilde 77f88d00e0 LibJS/Bytecode: Make `return;` return undefined 3 years ago
  Luke Wilde 482a827346 LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDs 3 years ago
  Luke Wilde c0fadfb9b7 LibJS/Bytecode: Implement break/continue labels 3 years ago
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
  Ali Mohammad Pur 4b5a9bab34 LibJS: Actually generate a lexical env for SwitchStatement in BC 3 years ago
  Ali Mohammad Pur 0e1943937c LibJS: Use InitializeOrSet to initialize function declarations in BC 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Ali Mohammad Pur 7ea095feb0 LibJS: Don't assume that for-in/of target is a variable on LHS::Assign 3 years ago
  Ali Mohammad Pur 56c0fdc1c4 LibJS: Implement codegen for MemberExpression binding patterns 3 years ago
  Ali Mohammad Pur 007ffcd763 LibJS: Implement bytecode generation for all ObjectExpression properties 3 years ago
  Luke Wilde 7cc53b7ef1 LibJS/Bytecode: Implement the delete unary expression 3 years ago
  Luke Wilde 88901182b8 LibJS: Generate update Jump in for/in/of only if block is not terminated 3 years ago
  Luke Wilde eac5534ce4 LibJS/Bytecode: Add support for new.target 3 years ago
  Ali Mohammad Pur 8f7021faf7 LibJS: Implement bytecode generation for For-In/Of statements 3 years ago
  Luke Wilde db1236b336 LibJS/Bytecode: Fix typo in object binding an entry with no alias 3 years ago
  Luke Wilde 515f3e0b85 LibJS/Bytecode: End for's variable scope after update block generation 3 years ago
  Luke Wilde 1fc6bbcdc3 LibJS: Stop generating switch case statements on block termination 3 years ago
  Ali Mohammad Pur a37bee919a LibJS: Use ranges instead of specifying all registers for NewArray 3 years ago
  Luke Wilde 750b69540e LibJS/Bytecode: Setup declarative environment for lexical for statements 3 years ago
  Luke Wilde 97af7654dd LibJS/Bytecode: Setup declarative environment for catch with variable 3 years ago
  Luke Wilde 04774f923f LibJS/Bytecode: Setup lexical environment boundary for with statements 3 years ago
  Luke Wilde 9f4cc6435d LibJS/Bytecode: Unwind to closest unwind boundary on Throw 3 years ago
  Luke Wilde 0356239f3e LibJS/Bytecode: Unconditionally end break/continuable scopes 3 years ago
  Ali Mohammad Pur 2000251333 LibJS: Implement bytecode generation for WithStatement 3 years ago
  Ali Mohammad Pur 57386ca839 LibJS: Initialize 'var' bindings to undefined on declaration 3 years ago
  Ali Mohammad Pur ba9c4959d6 LibJS: Leave the unwind context on break/continue/return in bytecode 3 years ago