Histórico de Commits

Autor SHA1 Mensagem Data
  Hendiadyoin1 f5376cb282 LibJS: Generate unwind chains for break in Bytecode há 2 anos atrás
  Ali Mohammad Pur f96a3c002a Everywhere: Stop shoving things into ::std and mentioning them as such há 2 anos atrás
  Luke Wilde 4db2efaecb LibJS/Bytecode: Implement yield* há 2 anos atrás
  Hendiadyoin1 133faa0acc LibJS: Remove FinishUnwind instruction há 2 anos atrás
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Linus Groh d26aabff04 Everywhere: Run clang-format há 2 anos atrás
  Hendiadyoin1 fafe498238 LibJS: Expose some internals of Instructions há 2 anos atrás
  Hendiadyoin1 fd6e75fd01 LibJS: Add a way to replace references to registers in Bytecode há 2 anos atrás
  Hendiadyoin1 a00c421d61 LibJS: Handle FinishUnwind in GenerateCFG há 2 anos atrás
  Hendiadyoin1 6998b72d22 LibJS: Mark FinishUnwind as a terminator há 2 anos atrás
  Hendiadyoin1 490c097bc4 LibJS: Forward a string aproximation of the CallExpression to Call Ops há 2 anos atrás
  Hendiadyoin1 911506af9f LibJS: Align Instructions as void* and roundup variably sized ones sizes há 2 anos atrás
  Hendiadyoin1 ae52ae8f9f LibJS: Add support for SpreadExpressions in array literals for bytecode há 2 anos atrás
  Hendiadyoin1 4235b2020f LibJS: Switch to array-calls in the bytecode vm há 2 anos atrás
  Hendiadyoin1 21ae882cfd LibJS: Implement SuperCall for the Bytecode-VM há 2 anos atrás
  Luke Wilde c55a4c7f30 LibJS/Bytecode: Create global variables before setting them há 3 anos atrás
  Luke Wilde 482a827346 LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDs há 3 anos atrás
  Ali Mohammad Pur 007ffcd763 LibJS: Implement bytecode generation for all ObjectExpression properties há 3 anos atrás
  Luke Wilde 7cc53b7ef1 LibJS/Bytecode: Implement the delete unary expression há 3 anos atrás
  Luke Wilde eac5534ce4 LibJS/Bytecode: Add support for new.target há 3 anos atrás
  Ali Mohammad Pur 8f7021faf7 LibJS: Implement bytecode generation for For-In/Of statements há 3 anos atrás
  Ali Mohammad Pur a37bee919a LibJS: Use ranges instead of specifying all registers for NewArray há 3 anos atrás
  Ali Mohammad Pur 2000251333 LibJS: Implement bytecode generation for WithStatement há 3 anos atrás
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen há 3 anos atrás
  Anonymous d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references há 3 anos atrás
  davidot 8108fc7f9c LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr há 3 anos atrás
  Ali Mohammad Pur b96118b5d1 LibJS: Fix codegen for nodes after try statements without 'finally' há 3 anos atrás
  Andreas Kling 715e7fada8 LibJS: Add the "fast non-local access" optimization to the bytecode VM há 3 anos atrás
  Andreas Kling da98212001 LibJS: Add a separate "identifier table" to bytecode executables há 3 anos atrás