提交历史

作者 SHA1 备注 提交日期
  Andreas Kling c9bd324369 LibJS/Bytecode: Set "home object" of functions within object expression 2 年之前
  Andreas Kling 6f39882f11 LibJS/Bytecode: Fix multiple wrong jumps in ForStatement codegen 2 年之前
  Andreas Kling 0772a23c65 LibJS/Bytecode: Add "raw" property correctly for tagged template literal 2 年之前
  Andreas Kling 2ac8a4bbb7 LibJS/Bytecode: Add support for direct eval() 2 年之前
  Andreas Kling 8a3e350321 LibJS/Bytecode: Don't choke on MemberExpression with PrivateIdentifier 2 年之前
  Andreas Kling d063f35afd LibJS/Bytecode: Leave GlobalDeclarationInstantiation in C++ 2 年之前
  Andreas Kling 872d798951 LibJS/Bytecode: Leave FunctionDeclarationInstantantiation in C++ 2 年之前
  Luke Wilde b15128c45b LibJS/Bytecode: Implement initial support for super member expressions 2 年之前
  Andreas Kling 81a62f4f59 LibJS/Bytecode: Fix bogus program termination after `try` with `catch` 2 年之前
  Andreas Kling 0b49b93e98 LibJS/Bytecode: Variable declarators should always prefer lexical env 2 年之前
  Ben Wiederhake 7f70676123 LibJS: Revert to original text in spec 2 年之前
  Ben Wiederhake 36ff6187f6 Everywhere: Change spelling of 'behaviour' to 'behavior' 2 年之前
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 年之前
  Luke Wilde f4be95af69 LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration 2 年之前
  Hendiadyoin1 de514f29ad LibJS: Align codegen AwaitExpressions to YieldExpressions 2 年之前
  Hendiadyoin1 088dc1b24b LibJS: Simplify `Generator::perform_needed_unwinds` 2 年之前
  Hendiadyoin1 d65488b80c LibJS: Generate unwind chains for continue in Bytecode 2 年之前
  Hendiadyoin1 f5376cb282 LibJS: Generate unwind chains for break in Bytecode 2 年之前
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct 2 年之前
  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 年之前