提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling 71fc7ac7ac LibJS: Make SuperCall a proper AST node and clean up evaluation 4 年之前
  Andreas Kling d81f4d5228 LibJS: NewExpression doesn't need compute_this_and_callee() 4 年之前
  Andreas Kling 814549b846 LibJS: Split out NewExpression evaluation from CallExpression 4 年之前
  Johan Dahlin f6028c2534 LibJS: NewClass bytecode instruction 4 年之前
  Andreas Kling bc1930e0e0 LibJS: Fix clang-tidy warnings in AST.h 4 年之前
  Andreas Kling 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy 4 年之前
  Matthew Olsson df65ff8a1e LibJS: Add bytecode support for regexp literals 4 年之前
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns 4 年之前
  Ali Mohammad Pur 3194177dce LibJS: Correctly parse yield-from expressions 4 年之前
  Andreas Kling 481cef59b6 LibJS: Track which Identifier nodes refer to function arguments 4 年之前
  Andreas Kling 095accd2b2 LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code 4 年之前
  Ali Mohammad Pur 8b3f8879c1 LibJS: Use an enum class instead of 'bool is_generator' 4 年之前
  Marcin Gasperowicz a64089092f LibJS: Implement bytecode generation for switch 4 年之前
  Andreas Kling af48a066c6 LibJS: Add bytecode generation for FunctionExpression :^) 4 年之前
  Andreas Kling 749a3b9245 LibJS: Move is_arrow_function() from FunctionExpression to FunctionNode 4 年之前
  Ali Mohammad Pur b47246ec70 LibJS: Switch AST.{h,cpp} to east const 4 年之前
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) 4 年之前
  Andreas Kling 941be2dcc2 LibJS: Add empty bytecode generation for VariableDeclaration 4 年之前
  Gunnar Beutner 67cc31a74f LibJS: Implement bytecode generation for try..catch..finally 4 年之前
  xyanrch a0412e0d5e LibJS: Implement bytecode generation for BreakStatement 4 年之前
  Gunnar Beutner 2d48fe894f LibJS: Generate bytecode for tagged template literals 4 年之前
  Gunnar Beutner b78f1c1261 LibJS: Generate bytecode for throw statements 4 年之前
  Andreas Kling 59eedd6de0 LibJS: Implement bytecode generation for UpdateExpression :^) 4 年之前
  Gunnar Beutner a1e5711a27 LibJS: Generate bytecode for array expressions 4 年之前
  Matthew Olsson 9bed2e4f4a LibJS: Introduce an accumulator register to Bytecode::Interpreter 4 年之前
  Gunnar Beutner 75a12bc2b7 LibJS: Generate bytecode for template literals 4 年之前
  Linus Groh 68ce69db88 LibJS: Add for loop bytecode generation 4 年之前
  Gunnar Beutner 50ece3dd1b LibJS: Implement bytecode generation for BigInts 4 年之前
  Luke 1dc31842cb LibJS: Add sequence expression bytecode generation 4 年之前
  Luke de3ee701ce LibJS: Add conditional expression bytecode generation 4 年之前