Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling bed78eb3cc LibJS: Don't add uncaptured parameter bindings to environment há 1 ano atrás
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  Andreas Kling a2c3db8367 LibJS: Add basic support for module code with top-level await há 1 ano atrás
  Andreas Kling 845da3901d LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString> há 1 ano atrás
  Andreas Kling ecfcc9aef3 LibJS: Make Bytecode::Executable GC-allocated há 1 ano atrás
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> há 1 ano atrás
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type há 1 ano atrás
  Andreas Kling c14db6ab12 LibJS: Make Executable ref-counted and let instruction iterator co-own it há 1 ano atrás
  Aliaksandr Kalenik 42e9dfedc2 LibJS: Pre-calculate the number of bindings for function environments há 1 ano atrás
  Andreas Kling 9ccf25fdbe LibJS: Avoid StringView->DeprecatedFlyString conversions in FDI há 1 ano atrás
  Andreas Kling e32a597d78 LibJS: Fix VariableNameToInitialize name spelling há 1 ano atrás
  Aliaksandr Kalenik edd2f8b37f LibJS: Run reusable steps of FunctionDeclarationInstantiation only once há 1 ano atrás
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) há 1 ano atrás
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void há 1 ano atrás
  Shannon Booth 930dd2948f LibJS: Make AsyncFunctionStart and AsyncBlockStart templates há 2 anos atrás
  Shannon Booth 7b5362fea6 LibJS: Make AsyncFunctionStart a standalone AO há 2 anos atrás
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions há 2 anos atrás
  Aliaksandr Kalenik 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject há 2 anos atrás
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr há 2 anos atrás
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct há 2 anos atrás
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors há 2 anos atrás
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString há 2 anos atrás
  Linus Groh 03acbf0beb LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr há 2 anos atrás
  Linus Groh 73efdb1cc4 LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Andreas Kling d16b808e71 LibJS: Make ECMAScriptFunctionObject.h not include AST.h há 2 anos atrás
  Andreas Kling 835d7aac96 LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter há 2 anos atrás
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! há 2 anos atrás
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions há 2 anos atrás
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions há 2 anos atrás