Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time vor 1 Jahr
  Andreas Kling c9f0f0fc70 LibJS: Elide empty lexical environment in for..in/of blocks vor 1 Jahr
  Stephan Vedder 84eecbb10e LibJS/JIT: Add fastpath for set variable vor 1 Jahr
  Idan Horowitz f19349e1b6 LibJS: Instantiate primitive array expressions using a single operation vor 1 Jahr
  Simon Wanner 86b85aa68b LibJS: Introduce Builtins vor 1 Jahr
  Andreas Kling cfdb8a2756 LibJS/JIT: Update "unwind context" stack in JIT code vor 1 Jahr
  Andreas Kling 298dfa96a4 LibJS: Remove unused members from EnterUnwindContext instruction vor 1 Jahr
  Andreas Kling b1b2ca1485 LibJS: Add basic monomorphic caching for PutById property access vor 1 Jahr
  Todderod bb9230bbcd LibJS: Remove redundant Store op vor 1 Jahr
  Simon Wanner b9c9315bcb LibJS: Assign getter/setter function names as early as possible vor 1 Jahr
  Hendiadyoin1 73f347b75c LibJS: Create static unwind mappings for `BasicBlock`s vor 1 Jahr
  Andreas Kling 2e23f00a2f LibJS/Bytecode: Move environment coordinate caches to Executable vor 1 Jahr
  Andreas Kling 732b39d120 LibJS: Don't evaluate computed MemberExpression LHS twice in assignments vor 1 Jahr
  Andreas Kling 887183cad6 LibJS: Remove last user of Op::Jump::set_targets() and API itself vor 1 Jahr
  Andreas Kling bdd21cf9db LibJS: Remove almost all uses of Op::Jump::set_targets() vor 1 Jahr
  Andreas Kling 4f488f7e07 LibJS: Avoid creating empty environment for `catch` without parameter vor 1 Jahr
  Shannon Booth 30ab198b40 LibJS: Create const variables in ForIn/OfBodyEvaluation in strict mode vor 1 Jahr
  Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) vor 1 Jahr
  Luke Wilde ae7a0c43a9 LibJS: Implement await properly for async functions vor 1 Jahr
  Andreas Kling e91bdedc93 LibJS: Use correct `this` value when callee is a `with` binding vor 1 Jahr
  Timothy Flynn 1760361304 LibJS: Make GetIterator's hint parameter required vor 2 Jahren
  Luke Wilde d1cb78c411 LibJS/Bytecode: Implement async generators vor 2 Jahren
  Gabriel Dinner-David d29bd55b48 LibJS: Implement import.meta for bytecode vor 2 Jahren
  Aliaksandr Kalenik a1692931af LibJS/Bytecode: Skip CreateVariable for locals in "for" loop head vor 2 Jahren
  Andreas Kling c0f985ffcf LibJS/Bytecode: Don't reparse regular expressions on instantiation vor 2 Jahren
  Aliaksandr Kalenik 3661d674ae LibJS: Add optimized GetGlobal instruction to access global variables vor 2 Jahren
  Andreas Kling e0b2757f95 LibJS/Bytecode: Always make own properties in object expressions vor 2 Jahren
  Andreas Kling de8e4b1853 LibJS/Bytecode: Cache object own property accesses vor 2 Jahren
  Timothy Flynn 2f1d6c0b9a LibJS/Bytecode: Ensure we do not generate bytecode for super expressions vor 2 Jahren
  Luke Wilde b271d9a6bf LibJS/Bytecode: Use proper `this` for receiver in get/set for super expr vor 2 Jahren