提交历史

作者 SHA1 备注 提交日期
  Tim Ledbetter 48a3a02238 LibCrypto: Make constructing a BigInteger from string fallible 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  Andreas Kling 350e6c54d7 LibJS: Remove dedicated iterator result instructions in favor of GetById 1 年之前
  Andreas Kling 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time 1 年之前
  Andreas Kling c9f0f0fc70 LibJS: Elide empty lexical environment in for..in/of blocks 1 年之前
  Stephan Vedder 84eecbb10e LibJS/JIT: Add fastpath for set variable 1 年之前
  Idan Horowitz f19349e1b6 LibJS: Instantiate primitive array expressions using a single operation 1 年之前
  Simon Wanner 86b85aa68b LibJS: Introduce Builtins 1 年之前
  Andreas Kling cfdb8a2756 LibJS/JIT: Update "unwind context" stack in JIT code 1 年之前
  Andreas Kling 298dfa96a4 LibJS: Remove unused members from EnterUnwindContext instruction 1 年之前
  Andreas Kling b1b2ca1485 LibJS: Add basic monomorphic caching for PutById property access 1 年之前
  Todderod bb9230bbcd LibJS: Remove redundant Store op 1 年之前
  Simon Wanner b9c9315bcb LibJS: Assign getter/setter function names as early as possible 1 年之前
  Hendiadyoin1 73f347b75c LibJS: Create static unwind mappings for `BasicBlock`s 1 年之前
  Andreas Kling 2e23f00a2f LibJS/Bytecode: Move environment coordinate caches to Executable 1 年之前
  Andreas Kling 732b39d120 LibJS: Don't evaluate computed MemberExpression LHS twice in assignments 1 年之前
  Andreas Kling 887183cad6 LibJS: Remove last user of Op::Jump::set_targets() and API itself 1 年之前
  Andreas Kling bdd21cf9db LibJS: Remove almost all uses of Op::Jump::set_targets() 1 年之前
  Andreas Kling 4f488f7e07 LibJS: Avoid creating empty environment for `catch` without parameter 1 年之前
  Shannon Booth 30ab198b40 LibJS: Create const variables in ForIn/OfBodyEvaluation in strict mode 1 年之前
  Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) 1 年之前
  Luke Wilde ae7a0c43a9 LibJS: Implement await properly for async functions 1 年之前
  Andreas Kling e91bdedc93 LibJS: Use correct `this` value when callee is a `with` binding 1 年之前
  Timothy Flynn 1760361304 LibJS: Make GetIterator's hint parameter required 1 年之前
  Luke Wilde d1cb78c411 LibJS/Bytecode: Implement async generators 2 年之前
  Gabriel Dinner-David d29bd55b48 LibJS: Implement import.meta for bytecode 2 年之前
  Aliaksandr Kalenik a1692931af LibJS/Bytecode: Skip CreateVariable for locals in "for" loop head 2 年之前
  Andreas Kling c0f985ffcf LibJS/Bytecode: Don't reparse regular expressions on instantiation 2 年之前
  Aliaksandr Kalenik 3661d674ae LibJS: Add optimized GetGlobal instruction to access global variables 2 年之前
  Andreas Kling e0b2757f95 LibJS/Bytecode: Always make own properties in object expressions 2 年之前