Historique des commits

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