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

Аутор SHA1 Порука Датум
  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 година
  Andreas Kling 91fbeeab72 LibJS: Add LoadArgument bytecode instruction for fast argument access пре 4 година
  Gal Horowitz b47d117bd2 LibJS: Add bytecode generation for simple ObjectExpressions пре 4 година
  Marcin Gasperowicz a64089092f LibJS: Implement bytecode generation for switch пре 4 година
  Andreas Kling af48a066c6 LibJS: Add bytecode generation for FunctionExpression :^) пре 4 година
  Andreas Kling 9ee5029bc5 LibJS: Basic bytecode support for computed member expressions пре 4 година
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) пре 4 година
  Ali Mohammad Pur c53a86a3fe LibJS: Resolve the `this' value in call expression bytecode пре 4 година
  Andreas Kling f5feb1d2cd LibJS: Very basic support for "new" construction in bytecode VM пре 4 година
  Andreas Kling c3c68399b5 LibJS: Generate bytecode for entering nested lexical environments пре 4 година
  Andreas Kling b3e6a6c1cd LibJS: Perform function instantiation in bytecode пре 4 година
  Andreas Kling 941be2dcc2 LibJS: Add empty bytecode generation for VariableDeclaration пре 4 година
  Gunnar Beutner 67cc31a74f LibJS: Implement bytecode generation for try..catch..finally пре 4 година
  xyanrch a0412e0d5e LibJS: Implement bytecode generation for BreakStatement пре 4 година
  Luke 5da94b30eb LibJS: Add logical assignment bytecode generation пре 4 година
  Gunnar Beutner 9dc9ddbf82 LibJS: Fix evaluation order for tagged template literals пре 4 година