Commit History

Автор SHA1 Съобщение Дата
  Gal Horowitz b47d117bd2 LibJS: Add bytecode generation for simple ObjectExpressions преди 4 години
  Marcin Gasperowicz a64089092f LibJS: Implement bytecode generation for switch преди 4 години
  Andreas Kling af48a066c6 LibJS: Add bytecode generation for FunctionExpression :^) преди 4 години
  Andreas Kling 9ee5029bc5 LibJS: Basic bytecode support for computed member expressions преди 4 години
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) преди 4 години
  Ali Mohammad Pur c53a86a3fe LibJS: Resolve the `this' value in call expression bytecode преди 4 години
  Andreas Kling f5feb1d2cd LibJS: Very basic support for "new" construction in bytecode VM преди 4 години
  Andreas Kling c3c68399b5 LibJS: Generate bytecode for entering nested lexical environments преди 4 години
  Andreas Kling b3e6a6c1cd LibJS: Perform function instantiation in bytecode преди 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 години
  Luke 5da94b30eb LibJS: Add logical assignment bytecode generation преди 4 години
  Gunnar Beutner 9dc9ddbf82 LibJS: Fix evaluation order for tagged template literals преди 4 години
  Gunnar Beutner 2d48fe894f LibJS: Generate bytecode for tagged template literals преди 4 години
  Gunnar Beutner 25ab31219c LibJS: Fix the return value for TemplateLiteral преди 4 години
  Gunnar Beutner 6af7e74a25 LibJS: Don't generate code after we've encountered a terminating op преди 4 години
  Gunnar Beutner b78f1c1261 LibJS: Generate bytecode for throw statements преди 4 години
  Gunnar Beutner 6a0d1fa259 LibJS: Store strings in a string table преди 4 години
  Andreas Kling 59eedd6de0 LibJS: Implement bytecode generation for UpdateExpression :^) преди 4 години
  Andreas Kling 99ffcc28c2 LibJS: Print the name of AST nodes that are missing generate_bytecode() преди 4 години
  Luke 597e0d95fe LibJS: Only set element in array literal to an empty value if it's null преди 4 години
  Ali Mohammad Pur 01e8f0889a LibJS: Generate bytecode in basic blocks instead of one big block преди 4 години
  Matthew Olsson f286cf1792 LibJS: Fix not executing the expression of a return statement преди 4 години
  Gunnar Beutner a1e5711a27 LibJS: Generate bytecode for array expressions преди 4 години
  Andreas Kling b8a5ea1f8d Revert "LibJS: Add bytecode instruction handles" преди 4 години
  Matthew Olsson a01bd35c67 LibJS: Add bytecode instruction handles преди 4 години
  Gunnar Beutner 5ff85abe8c LibJS: Make sure loop results are initialized преди 4 години
  Matthew Olsson 9bed2e4f4a LibJS: Introduce an accumulator register to Bytecode::Interpreter преди 4 години
  Gunnar Beutner 75a12bc2b7 LibJS: Generate bytecode for template literals преди 4 години