Commit Verlauf

Autor SHA1 Nachricht Datum
  Aliaksandr Kalenik f29ac8517e LibJS: Skip ordinary_call_bind_this() when possible vor 1 Jahr
  Aliaksandr Kalenik e934132442 LibJS+LibWeb: Pass function metadata collected in parsing using a struct vor 1 Jahr
  Aliaksandr Kalenik ebb3d8025c LibJS: Get `this` from execution context for non-arrow functions vor 1 Jahr
  Aliaksandr Kalenik a4f70986a0 LibJS: Emit bytecode for function declaration instantiation vor 1 Jahr
  Aliaksandr Kalenik 4d5823a5bc LibWeb+LibJS: Skip function environment allocation if possible vor 1 Jahr
  Andreas Kling bed78eb3cc LibJS: Don't add uncaptured parameter bindings to environment vor 1 Jahr
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String vor 1 Jahr
  Andreas Kling a2c3db8367 LibJS: Add basic support for module code with top-level await vor 1 Jahr
  Andreas Kling 845da3901d LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString> vor 1 Jahr
  Andreas Kling ecfcc9aef3 LibJS: Make Bytecode::Executable GC-allocated vor 1 Jahr
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> vor 1 Jahr
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type vor 1 Jahr
  Andreas Kling c14db6ab12 LibJS: Make Executable ref-counted and let instruction iterator co-own it vor 1 Jahr
  Aliaksandr Kalenik 42e9dfedc2 LibJS: Pre-calculate the number of bindings for function environments vor 1 Jahr
  Andreas Kling 9ccf25fdbe LibJS: Avoid StringView->DeprecatedFlyString conversions in FDI vor 1 Jahr
  Andreas Kling e32a597d78 LibJS: Fix VariableNameToInitialize name spelling vor 1 Jahr
  Aliaksandr Kalenik edd2f8b37f LibJS: Run reusable steps of FunctionDeclarationInstantiation only once vor 1 Jahr
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) vor 1 Jahr
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
  Shannon Booth 930dd2948f LibJS: Make AsyncFunctionStart and AsyncBlockStart templates vor 2 Jahren
  Shannon Booth 7b5362fea6 LibJS: Make AsyncFunctionStart a standalone AO vor 2 Jahren
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions vor 2 Jahren
  Aliaksandr Kalenik 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject vor 2 Jahren
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct vor 2 Jahren
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString vor 2 Jahren
  Linus Groh 03acbf0beb LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr vor 2 Jahren
  Linus Groh 73efdb1cc4 LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren