Historie revizí

Autor SHA1 Zpráva Datum
  Matthew Olsson 25baefdd1e LibJS: Support object rest elements in the bytecode interpreter před 4 roky
  Matthew Olsson 57b9a228ab LibJS: Support array rest elements in the bytecode interpreter před 4 roky
  Matthew Olsson 7983324639 LibJS: Implement array destructuring for the bytecode interpreter před 4 roky
  Matthew Olsson 1f8e643ef0 LibJS: Support object destructuring in the bytecode interpreter před 4 roky
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns před 4 roky
  Ali Mohammad Pur 4c7c7c38e2 LibJS: Make EnterUnwindContext a terminator op před 4 roky
  Ali Mohammad Pur 3194177dce LibJS: Correctly parse yield-from expressions před 4 roky
  Andreas Kling 91fbeeab72 LibJS: Add LoadArgument bytecode instruction for fast argument access před 4 roky
  Gal Horowitz b47d117bd2 LibJS: Add bytecode generation for simple ObjectExpressions před 4 roky
  Marcin Gasperowicz a64089092f LibJS: Implement bytecode generation for switch před 4 roky
  Andreas Kling af48a066c6 LibJS: Add bytecode generation for FunctionExpression :^) před 4 roky
  Andreas Kling 9ee5029bc5 LibJS: Basic bytecode support for computed member expressions před 4 roky
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) před 4 roky
  Ali Mohammad Pur c53a86a3fe LibJS: Resolve the `this' value in call expression bytecode před 4 roky
  Andreas Kling f5feb1d2cd LibJS: Very basic support for "new" construction in bytecode VM před 4 roky
  Andreas Kling c3c68399b5 LibJS: Generate bytecode for entering nested lexical environments před 4 roky
  Andreas Kling b3e6a6c1cd LibJS: Perform function instantiation in bytecode před 4 roky
  Andreas Kling 941be2dcc2 LibJS: Add empty bytecode generation for VariableDeclaration před 4 roky
  Gunnar Beutner 67cc31a74f LibJS: Implement bytecode generation for try..catch..finally před 4 roky
  xyanrch a0412e0d5e LibJS: Implement bytecode generation for BreakStatement před 4 roky
  Luke 5da94b30eb LibJS: Add logical assignment bytecode generation před 4 roky
  Gunnar Beutner 9dc9ddbf82 LibJS: Fix evaluation order for tagged template literals před 4 roky
  Gunnar Beutner 2d48fe894f LibJS: Generate bytecode for tagged template literals před 4 roky
  Gunnar Beutner 25ab31219c LibJS: Fix the return value for TemplateLiteral před 4 roky
  Gunnar Beutner 6af7e74a25 LibJS: Don't generate code after we've encountered a terminating op před 4 roky
  Gunnar Beutner b78f1c1261 LibJS: Generate bytecode for throw statements před 4 roky
  Gunnar Beutner 6a0d1fa259 LibJS: Store strings in a string table před 4 roky
  Andreas Kling 59eedd6de0 LibJS: Implement bytecode generation for UpdateExpression :^) před 4 roky
  Andreas Kling 99ffcc28c2 LibJS: Print the name of AST nodes that are missing generate_bytecode() před 4 roky
  Luke 597e0d95fe LibJS: Only set element in array literal to an empty value if it's null před 4 roky