Commit History

Author SHA1 Message Date
  Andreas Kling 06ac768c8b LibJS/Bytecode: Add some basic codegen for ExportStatement 2 years ago
  Andreas Kling 8a5e71256d LibJS/Bytecode: Add codegen for ImportCall 2 years ago
  Luke Wilde 95d619943e LibJS/Bytecode: Support private identifiers in optional chaining 2 years ago
  Andreas Kling 99b23fe2ad LibJS/Bytecode: Emit GetPrivateById for private member expressions 2 years ago
  Andreas Kling 85a3a1c085 LibJS/Bytecode: Add codegen for "named evaluation if anonymous function" 2 years ago
  Andreas Kling e5c7d8407b LibJS/Bytecode: Support private class fields 2 years ago
  Luke Wilde 357174d8fd LibJS/Bytecode: Actually get value from super base for computed property 2 years ago
  Luke Wilde 1116ba191a LibJS/Bytecode: Implement optional chaining 2 years ago
  Andreas Kling eee4b6eca7 LibJS/Bytecode: Let `var` without initializer codegen to nothing 2 years ago
  Andreas Kling d89e0b36d4 LibJS/Bytecode: Support class field initializers 2 years ago
  Andreas Kling dbfe1311ef LibJS/Bytecode: Simplify creating/leaving lexical environment 2 years ago
  Andreas Kling ac246d764d LibJS/Bytecode: Leave BlockDeclarationInstantiation in C++ 2 years ago
  Andreas Kling d364d99cb8 LibJS/Bytecode: Perform ToNumeric on accumulator before postfix inc/dec 2 years ago
  Andreas Kling c9bd324369 LibJS/Bytecode: Set "home object" of functions within object expression 2 years ago
  Andreas Kling 6f39882f11 LibJS/Bytecode: Fix multiple wrong jumps in ForStatement codegen 2 years ago
  Andreas Kling 0772a23c65 LibJS/Bytecode: Add "raw" property correctly for tagged template literal 2 years ago
  Andreas Kling 2ac8a4bbb7 LibJS/Bytecode: Add support for direct eval() 2 years ago
  Andreas Kling 8a3e350321 LibJS/Bytecode: Don't choke on MemberExpression with PrivateIdentifier 2 years ago
  Andreas Kling d063f35afd LibJS/Bytecode: Leave GlobalDeclarationInstantiation in C++ 2 years ago
  Andreas Kling 872d798951 LibJS/Bytecode: Leave FunctionDeclarationInstantantiation in C++ 2 years ago
  Luke Wilde b15128c45b LibJS/Bytecode: Implement initial support for super member expressions 2 years ago
  Andreas Kling 81a62f4f59 LibJS/Bytecode: Fix bogus program termination after `try` with `catch` 2 years ago
  Andreas Kling 0b49b93e98 LibJS/Bytecode: Variable declarators should always prefer lexical env 2 years ago
  Ben Wiederhake 7f70676123 LibJS: Revert to original text in spec 2 years ago
  Ben Wiederhake 36ff6187f6 Everywhere: Change spelling of 'behaviour' to 'behavior' 2 years ago
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 years ago
  Luke Wilde f4be95af69 LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration 2 years ago
  Hendiadyoin1 de514f29ad LibJS: Align codegen AwaitExpressions to YieldExpressions 2 years ago
  Hendiadyoin1 088dc1b24b LibJS: Simplify `Generator::perform_needed_unwinds` 2 years ago
  Hendiadyoin1 d65488b80c LibJS: Generate unwind chains for continue in Bytecode 2 years ago