Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() há 1 ano atrás
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) há 1 ano atrás
  Aliaksandr Kalenik fb94415f03 LibJS: Delete Declaration::for_each_var_declared_name há 1 ano atrás
  Aliaksandr Kalenik 348e43b36d LibJS: Replace for_each_bound_name with for_each_bound_identifier há 1 ano atrás
  Shannon Booth 930dd2948f LibJS: Make AsyncFunctionStart and AsyncBlockStart templates há 2 anos atrás
  Aliaksandr Kalenik 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject há 2 anos atrás
  Andreas Kling 5d79431859 LibJS/Bytecode: Actually generate & run bytecode for SourceTextModule 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 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector há 2 anos atrás
  Luke Wilde f4be95af69 LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration há 2 anos atrás
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct há 2 anos atrás
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js há 2 anos atrás
  davidot a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods há 2 anos atrás
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString há 2 anos atrás
  Ben Wiederhake 8a331d4fa0 Everywhere: Move AK/Debug.h include to using files or remove há 2 anos atrás
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() 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
  davidot 0c4befd811 LibJS: Use the source offset to sort imports in module há 2 anos atrás
  davidot d87676de8a LibJS: Remove already resolved FIXME há 2 anos atrás
  Andreas Kling b81816a539 LibJS+LibWeb: Make CyclicModule.h not include AST.h há 2 anos atrás
  Andreas Kling e6331031c4 LibJS: Make Parser::Error a standalone ParserError class há 2 anos atrás
  Andreas Kling e0916dbb35 LibJS: Move {Import,Export}Entry out of {Import,Export}Statement há 2 anos atrás
  networkException fb6de442c6 LibJS: Add [[HostDefined]] field to Modules há 2 anos atrás
  Linus Groh fc9d587e39 LibJS: Make PromiseCapability GC-allocated há 2 anos atrás
  Andreas Kling 00c8f07192 LibJS: Make Script and Module GC-allocated há 2 anos atrás
  davidot 9f661d20f7 LibJS: Allow anonymous functions as default exports há 2 anos atrás
  davidot 462c6df24b LibJS: Only check for duplicate exports if they have a name há 2 anos atrás
  davidot 3b1c3e574f LibJS: Handle empty named export há 2 anos atrás
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] há 2 anos atrás