Histórico de Commits

Autor SHA1 Mensagem Data
  Luke Wilde 0356239f3e LibJS/Bytecode: Unconditionally end break/continuable scopes há 3 anos atrás
  Ali Mohammad Pur 2000251333 LibJS: Implement bytecode generation for WithStatement há 3 anos atrás
  Ali Mohammad Pur 57386ca839 LibJS: Initialize 'var' bindings to undefined on declaration há 3 anos atrás
  Ali Mohammad Pur ba9c4959d6 LibJS: Leave the unwind context on break/continue/return in bytecode há 3 anos atrás
  Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen há 3 anos atrás
  Ali Mohammad Pur c7e6b65fd2 LibJS: Implement ClassExpression::generate_bytecode() há 3 anos atrás
  Ali Mohammad Pur 75aa900b83 LibJS: Make ASTNode::generate_bytecode() fallible há 3 anos atrás
  Ali Mohammad Pur 3a5f7cb524 LibJS: Don't emit a LeaveUnwindContext after a successful handler há 3 anos atrás
  davidot 4136cbdb09 LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr há 3 anos atrás
  mjz19910 3102d8e160 Everywhere: Fix many spelling errors há 3 anos atrás
  Ali Mohammad Pur 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 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 5599d22744 LibJS: Support calling result of a computed MemberExpression in bytecode há 3 anos atrás
  Andreas Kling a2a8b97c11 LibJS: Simplify MemberExpression::generate_bytecode() há 3 anos atrás
  Andreas Kling cfbb69a9cd LibJS: Support more assignment expressions in the bytecode VM há 3 anos atrás
  Andreas Kling 72736f9e93 LibJS: Generate bytecode for UpdateExpression with MemberExpression arg há 3 anos atrás
  Andreas Kling 6fc3c14b7a LibJS: Fix bogus bytecode codegen for "catch" parameters há 3 anos atrás
  Andreas Kling da98212001 LibJS: Add a separate "identifier table" to bytecode executables há 3 anos atrás
  Andreas Kling 3117182c2e LibJS: Implement 'this' in the bytecode VM há 3 anos atrás
  davidot 715f9666f2 LibJS: Fix that in Bytecode mode functions where not created anymore há 3 anos atrás
  davidot 830ea0414c LibJS: Make scoping follow the spec há 3 anos atrás
  davidot bfc1b4ba61 LibJS: Allow member expressions in binding patterns há 3 anos atrás
  Linus Groh 32932f83be LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals} há 3 anos atrás
  Ali Mohammad Pur 77a5144264 LibJS: Add support for binding patterns in catch clauses há 4 anos atrás
  Ali Mohammad Pur 1a9518ebe3 LibJS: Implement parsing and evaluation for AssignmentPatterns há 4 anos atrás
  Johan Dahlin f6028c2534 LibJS: NewClass bytecode instruction há 4 anos atrás
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes há 4 anos atrás
  Idan Horowitz 005d75656e LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) há 4 anos atrás
  Andreas Kling e59bf87374 Userland: Replace VERIFY(is<T>) with verify_cast<T> há 4 anos atrás
  Andreas Kling 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy há 4 anos atrás