Историја ревизија

Аутор SHA1 Порука Датум
  Ali Mohammad Pur 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode пре 3 година
  Ali Mohammad Pur b96118b5d1 LibJS: Fix codegen for nodes after try statements without 'finally' пре 3 година
  Andreas Kling 5599d22744 LibJS: Support calling result of a computed MemberExpression in bytecode пре 3 година
  Andreas Kling a2a8b97c11 LibJS: Simplify MemberExpression::generate_bytecode() пре 3 година
  Andreas Kling cfbb69a9cd LibJS: Support more assignment expressions in the bytecode VM пре 3 година
  Andreas Kling 72736f9e93 LibJS: Generate bytecode for UpdateExpression with MemberExpression arg пре 3 година
  Andreas Kling 6fc3c14b7a LibJS: Fix bogus bytecode codegen for "catch" parameters пре 3 година
  Andreas Kling da98212001 LibJS: Add a separate "identifier table" to bytecode executables пре 3 година
  Andreas Kling 3117182c2e LibJS: Implement 'this' in the bytecode VM пре 3 година
  davidot 715f9666f2 LibJS: Fix that in Bytecode mode functions where not created anymore пре 3 година
  davidot 830ea0414c LibJS: Make scoping follow the spec пре 3 година
  davidot bfc1b4ba61 LibJS: Allow member expressions in binding patterns пре 3 година
  Linus Groh 32932f83be LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals} пре 3 година
  Ali Mohammad Pur 77a5144264 LibJS: Add support for binding patterns in catch clauses пре 4 година
  Ali Mohammad Pur 1a9518ebe3 LibJS: Implement parsing and evaluation for AssignmentPatterns пре 4 година
  Johan Dahlin f6028c2534 LibJS: NewClass bytecode instruction пре 4 година
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes пре 4 година
  Idan Horowitz 005d75656e LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) пре 4 година
  Andreas Kling e59bf87374 Userland: Replace VERIFY(is<T>) with verify_cast<T> пре 4 година
  Andreas Kling 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy пре 4 година
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) пре 4 година
  Matthew Olsson df65ff8a1e LibJS: Add bytecode support for regexp literals пре 4 година
  Gunnar Beutner fbaf763e2a LibJS: Let if yield undefined for branches that don't yield a value пре 4 година
  Matthew Olsson 25baefdd1e LibJS: Support object rest elements in the bytecode interpreter пре 4 година
  Matthew Olsson 57b9a228ab LibJS: Support array rest elements in the bytecode interpreter пре 4 година
  Matthew Olsson 7983324639 LibJS: Implement array destructuring for the bytecode interpreter пре 4 година
  Matthew Olsson 1f8e643ef0 LibJS: Support object destructuring in the bytecode interpreter пре 4 година
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns пре 4 година
  Ali Mohammad Pur 4c7c7c38e2 LibJS: Make EnterUnwindContext a terminator op пре 4 година
  Ali Mohammad Pur 3194177dce LibJS: Correctly parse yield-from expressions пре 4 година