Historique des commits

Auteur SHA1 Message Date
  Hendiadyoin1 490c097bc4 LibJS: Forward a string aproximation of the CallExpression to Call Ops il y a 2 ans
  Hendiadyoin1 911506af9f LibJS: Align Instructions as void* and roundup variably sized ones sizes il y a 2 ans
  Hendiadyoin1 ae52ae8f9f LibJS: Add support for SpreadExpressions in array literals for bytecode il y a 2 ans
  Hendiadyoin1 4235b2020f LibJS: Switch to array-calls in the bytecode vm il y a 2 ans
  Hendiadyoin1 21ae882cfd LibJS: Implement SuperCall for the Bytecode-VM il y a 2 ans
  Luke Wilde c55a4c7f30 LibJS/Bytecode: Create global variables before setting them il y a 3 ans
  Luke Wilde 482a827346 LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDs il y a 3 ans
  Ali Mohammad Pur 007ffcd763 LibJS: Implement bytecode generation for all ObjectExpression properties il y a 3 ans
  Luke Wilde 7cc53b7ef1 LibJS/Bytecode: Implement the delete unary expression il y a 3 ans
  Luke Wilde eac5534ce4 LibJS/Bytecode: Add support for new.target il y a 3 ans
  Ali Mohammad Pur 8f7021faf7 LibJS: Implement bytecode generation for For-In/Of statements il y a 3 ans
  Ali Mohammad Pur a37bee919a LibJS: Use ranges instead of specifying all registers for NewArray il y a 3 ans
  Ali Mohammad Pur 2000251333 LibJS: Implement bytecode generation for WithStatement il y a 3 ans
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen il y a 3 ans
  Anonymous d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references il y a 3 ans
  davidot 8108fc7f9c LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr il y a 3 ans
  Ali Mohammad Pur b96118b5d1 LibJS: Fix codegen for nodes after try statements without 'finally' il y a 3 ans
  Andreas Kling 715e7fada8 LibJS: Add the "fast non-local access" optimization to the bytecode VM il y a 3 ans
  Andreas Kling da98212001 LibJS: Add a separate "identifier table" to bytecode executables il y a 3 ans
  Andreas Kling 3117182c2e LibJS: Implement 'this' in the bytecode VM il y a 3 ans
  Linus Groh 32932f83be LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals} il y a 3 ans
  Johan Dahlin f6028c2534 LibJS: NewClass bytecode instruction il y a 4 ans
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes il y a 4 ans
  Andreas Kling 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy il y a 4 ans
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) il y a 4 ans
  Matthew Olsson df65ff8a1e LibJS: Add bytecode support for regexp literals il y a 4 ans
  Matthew Olsson 25baefdd1e LibJS: Support object rest elements in the bytecode interpreter il y a 4 ans
  Matthew Olsson 57b9a228ab LibJS: Support array rest elements in the bytecode interpreter il y a 4 ans
  Matthew Olsson 7983324639 LibJS: Implement array destructuring for the bytecode interpreter il y a 4 ans
  Matthew Olsson f39ab2e60a LibJS: Add JumpUndefined bytecode il y a 4 ans