Historie revizí

Autor SHA1 Zpráva Datum
  davidot 715f9666f2 LibJS: Fix that in Bytecode mode functions where not created anymore před 3 roky
  davidot 830ea0414c LibJS: Make scoping follow the spec před 3 roky
  davidot bfc1b4ba61 LibJS: Allow member expressions in binding patterns před 3 roky
  Linus Groh 32932f83be LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals} před 3 roky
  Ali Mohammad Pur 77a5144264 LibJS: Add support for binding patterns in catch clauses před 4 roky
  Ali Mohammad Pur 1a9518ebe3 LibJS: Implement parsing and evaluation for AssignmentPatterns před 4 roky
  Johan Dahlin f6028c2534 LibJS: NewClass bytecode instruction před 4 roky
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes před 4 roky
  Idan Horowitz 005d75656e LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) před 4 roky
  Andreas Kling e59bf87374 Userland: Replace VERIFY(is<T>) with verify_cast<T> před 4 roky
  Andreas Kling 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy před 4 roky
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) před 4 roky
  Matthew Olsson df65ff8a1e LibJS: Add bytecode support for regexp literals před 4 roky
  Gunnar Beutner fbaf763e2a LibJS: Let if yield undefined for branches that don't yield a value před 4 roky
  Matthew Olsson 25baefdd1e LibJS: Support object rest elements in the bytecode interpreter před 4 roky
  Matthew Olsson 57b9a228ab LibJS: Support array rest elements in the bytecode interpreter před 4 roky
  Matthew Olsson 7983324639 LibJS: Implement array destructuring for the bytecode interpreter před 4 roky
  Matthew Olsson 1f8e643ef0 LibJS: Support object destructuring in the bytecode interpreter před 4 roky
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns před 4 roky
  Ali Mohammad Pur 4c7c7c38e2 LibJS: Make EnterUnwindContext a terminator op před 4 roky
  Ali Mohammad Pur 3194177dce LibJS: Correctly parse yield-from expressions před 4 roky
  Andreas Kling 91fbeeab72 LibJS: Add LoadArgument bytecode instruction for fast argument access před 4 roky
  Gal Horowitz b47d117bd2 LibJS: Add bytecode generation for simple ObjectExpressions před 4 roky
  Marcin Gasperowicz a64089092f LibJS: Implement bytecode generation for switch před 4 roky
  Andreas Kling af48a066c6 LibJS: Add bytecode generation for FunctionExpression :^) před 4 roky
  Andreas Kling 9ee5029bc5 LibJS: Basic bytecode support for computed member expressions před 4 roky
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) před 4 roky
  Ali Mohammad Pur c53a86a3fe LibJS: Resolve the `this' value in call expression bytecode před 4 roky
  Andreas Kling f5feb1d2cd LibJS: Very basic support for "new" construction in bytecode VM před 4 roky
  Andreas Kling c3c68399b5 LibJS: Generate bytecode for entering nested lexical environments před 4 roky