Commit History

作者 SHA1 備註 提交日期
  Timothy Flynn 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
  Luke Wilde d66eb4e3ba LibJS/Bytecode: Add Await and AsyncIteratorClose instructions 2 年之前
  Gabriel Dinner-David d29bd55b48 LibJS: Implement import.meta for bytecode 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 年之前
  Andreas Kling de8e4b1853 LibJS/Bytecode: Cache object own property accesses 2 年之前
  Timothy Flynn 23daf5097b LibJS/Bytecode: Generate bytecode for deleting super properties 2 年之前
  Luke Wilde b271d9a6bf LibJS/Bytecode: Use proper `this` for receiver in get/set for super expr 2 年之前
  Aliaksandr Kalenik ae3a7fd4b8 LibJS: Update bytecode generator to use local variables 2 年之前
  Andreas Kling e87d84f883 LibJS/Bytecode: Support `in` binary operator for private fields 2 年之前
  Hendiadyoin1 b26dad3d62 LibJS: Handle `Call`s argument range during `EliminateLoads` pass 2 年之前
  Andreas Kling c37b204ce1 LibJS/Bytecode: Add Call opcode for fixed-argument-count calls 2 年之前
  Andreas Kling 7eb87dec9f LibJS/Bytecode: Rename Call and SuperCall to &WithArgumentArray 2 年之前
  Hendiadyoin1 37067cf3ca LibJS: Use the IdentifierTable for NewFunction and NewClass lhs names 2 年之前
  Luke Wilde 363bf114c0 LibJS/Bytecode: Implement for await of 2 年之前
  Andreas Kling 8021048bc9 LibJS/Bytecode: Throw on destructuring object assignment to nullish LHS 2 年之前
  Andreas Kling 8a5e71256d LibJS/Bytecode: Add codegen for ImportCall 2 年之前
  Andreas Kling 85a3a1c085 LibJS/Bytecode: Add codegen for "named evaluation if anonymous function" 2 年之前
  Andreas Kling e5c7d8407b LibJS/Bytecode: Support private class fields 2 年之前
  Andreas Kling dbfe1311ef LibJS/Bytecode: Simplify creating/leaving lexical environment 2 年之前
  Andreas Kling ac246d764d LibJS/Bytecode: Leave BlockDeclarationInstantiation in C++ 2 年之前
  Andreas Kling d364d99cb8 LibJS/Bytecode: Perform ToNumeric on accumulator before postfix inc/dec 2 年之前
  Andreas Kling c9bd324369 LibJS/Bytecode: Set "home object" of functions within object expression 2 年之前
  Andreas Kling 2ac8a4bbb7 LibJS/Bytecode: Add support for direct eval() 2 年之前
  Luke Wilde b15128c45b LibJS/Bytecode: Implement initial support for super member expressions 2 年之前
  Hendiadyoin1 f5376cb282 LibJS: Generate unwind chains for break in Bytecode 2 年之前
  Ali Mohammad Pur f96a3c002a Everywhere: Stop shoving things into ::std and mentioning them as such 2 年之前
  Luke Wilde 4db2efaecb LibJS/Bytecode: Implement yield* 2 年之前
  Hendiadyoin1 133faa0acc LibJS: Remove FinishUnwind instruction 2 年之前