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

Аутор SHA1 Порука Датум
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> пре 2 година
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString пре 2 година
  Ben Wiederhake 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h пре 2 година
  Luke Wilde 4db2efaecb LibJS/Bytecode: Implement yield* пре 2 година
  Luke Wilde 758a4cb1a6 LibJS/Bytecode: Implement var/lexical binding destructuring in for/of пре 2 година
  Andreas Kling b894acd6b2 LibJS: Make one compact allocation for CallExpression and its Arguments пре 2 година
  Hendiadyoin1 fcc3348bc8 LibJS: Intercept returns through finally blocks in Bytecode пре 2 година
  Hendiadyoin1 133faa0acc LibJS: Remove FinishUnwind instruction пре 2 година
  Hendiadyoin1 fc332be2e5 LibJS: Leave unwind contexts on enter of finally blocks in Bytecode пре 2 година
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
  Luke Wilde 5bc3371226 LibJS: Perform received abrupt generator completions in the generator пре 2 година
  Luke Wilde b914680f0c LibJS/Bytecode: Make `yield` by itself yield undefined пре 2 година
  Andreas Kling 178f0b9971 LibJS: Support non-base-10 BigInt literals in bytecode VM пре 2 година
  Andreas Kling 29935fe943 LibJS: Support `for (x in obj)` iteration in bytecode VM пре 2 година
  Hendiadyoin1 490c097bc4 LibJS: Forward a string aproximation of the CallExpression to Call Ops пре 2 година
  Hendiadyoin1 89408d5f64 LibJS: Handle argument spreading in the bytecode vm пре 2 година
  Hendiadyoin1 ae52ae8f9f LibJS: Add support for SpreadExpressions in array literals for bytecode пре 2 година
  Hendiadyoin1 4235b2020f LibJS: Switch to array-calls in the bytecode vm пре 2 година
  Hendiadyoin1 ab763a56f6 LibJS: Allow SpreadExpressions to generate bytecode пре 2 година
  Hendiadyoin1 21ae882cfd LibJS: Implement SuperCall for the Bytecode-VM пре 2 година
  Luke Wilde fe2efbb2fc LibJS/Bytecode: Implement initializers for array binding patterns пре 3 година
  Luke Wilde 0151dc562a LibJS/Bytecode: Implement destructuring assignment пре 3 година
  Luke Wilde f99f5d740e LibJS/Bytecode: Evaluate LHS of assignment before RHS пре 3 година
  Luke Wilde 896c477107 LibJS/Bytecode: Don't begin breakable scope before variable scope in for пре 3 година
  Luke Wilde 3a48c7fdaf LibJS/Bytecode: Check for lexical bindings only in current scope пре 3 година
  Luke Wilde c55a4c7f30 LibJS/Bytecode: Create global variables before setting them пре 3 година
  Luke Wilde c153d1779e LibJS/Bytecode: End the for variable scope at the start of its end block пре 3 година
  Luke Wilde bc08d39754 LibJS/Bytecode: Make for, do/while and while always switch to end block пре 3 година
  Luke Wilde 125a71d36d LibJS/Bytecode: Define named functions as a variable inside their scope пре 3 година
  Luke Wilde 77f88d00e0 LibJS/Bytecode: Make `return;` return undefined пре 3 година