Commit History

Author SHA1 Message Date
  Andreas Kling d364d99cb8 LibJS/Bytecode: Perform ToNumeric on accumulator before postfix inc/dec 2 years ago
  Andreas Kling c9bd324369 LibJS/Bytecode: Set "home object" of functions within object expression 2 years ago
  Andreas Kling 2ac8a4bbb7 LibJS/Bytecode: Add support for direct eval() 2 years ago
  Luke Wilde b15128c45b LibJS/Bytecode: Implement initial support for super member expressions 2 years ago
  Hendiadyoin1 f5376cb282 LibJS: Generate unwind chains for break in Bytecode 2 years ago
  Ali Mohammad Pur f96a3c002a Everywhere: Stop shoving things into ::std and mentioning them as such 2 years ago
  Luke Wilde 4db2efaecb LibJS/Bytecode: Implement yield* 2 years ago
  Hendiadyoin1 133faa0acc LibJS: Remove FinishUnwind instruction 2 years ago
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Linus Groh d26aabff04 Everywhere: Run clang-format 2 years ago
  Hendiadyoin1 fafe498238 LibJS: Expose some internals of Instructions 2 years ago
  Hendiadyoin1 fd6e75fd01 LibJS: Add a way to replace references to registers in Bytecode 2 years ago
  Hendiadyoin1 a00c421d61 LibJS: Handle FinishUnwind in GenerateCFG 2 years ago
  Hendiadyoin1 6998b72d22 LibJS: Mark FinishUnwind as a terminator 2 years ago
  Hendiadyoin1 490c097bc4 LibJS: Forward a string aproximation of the CallExpression to Call Ops 2 years ago
  Hendiadyoin1 911506af9f LibJS: Align Instructions as void* and roundup variably sized ones sizes 2 years ago
  Hendiadyoin1 ae52ae8f9f LibJS: Add support for SpreadExpressions in array literals for bytecode 2 years ago
  Hendiadyoin1 4235b2020f LibJS: Switch to array-calls in the bytecode vm 2 years ago
  Hendiadyoin1 21ae882cfd LibJS: Implement SuperCall for the Bytecode-VM 2 years ago
  Luke Wilde c55a4c7f30 LibJS/Bytecode: Create global variables before setting them 3 years ago
  Luke Wilde 482a827346 LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDs 3 years ago
  Ali Mohammad Pur 007ffcd763 LibJS: Implement bytecode generation for all ObjectExpression properties 3 years ago
  Luke Wilde 7cc53b7ef1 LibJS/Bytecode: Implement the delete unary expression 3 years ago
  Luke Wilde eac5534ce4 LibJS/Bytecode: Add support for new.target 3 years ago
  Ali Mohammad Pur 8f7021faf7 LibJS: Implement bytecode generation for For-In/Of statements 3 years ago
  Ali Mohammad Pur a37bee919a LibJS: Use ranges instead of specifying all registers for NewArray 3 years ago
  Ali Mohammad Pur 2000251333 LibJS: Implement bytecode generation for WithStatement 3 years ago
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen 3 years ago
  Anonymous d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references 3 years ago