커밋 기록

작성자 SHA1 메시지 날짜
  Andreas Kling a24c543921 LibJS: Update spec steps & add missing assertions in ResolveExport 1 년 전
  Andreas Kling 40d2560a93 LibJS: Update spec steps & add missing assertions in GetExportedNames 1 년 전
  Andreas Kling 467a5ceb18 LibJS: Split big VERIFY conditions into smaller ones in CyclicModule 1 년 전
  Andreas Kling 3fc0333ee6 LibJS: Put Bytecode::CallFrame + register slots in a single allocation 1 년 전
  Andreas Kling 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 년 전
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 년 전
  Andreas Kling 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() 1 년 전
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) 1 년 전
  Aliaksandr Kalenik fb94415f03 LibJS: Delete Declaration::for_each_var_declared_name 2 년 전
  Aliaksandr Kalenik 348e43b36d LibJS: Replace for_each_bound_name with for_each_bound_identifier 2 년 전
  Shannon Booth 930dd2948f LibJS: Make AsyncFunctionStart and AsyncBlockStart templates 2 년 전
  Aliaksandr Kalenik 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject 2 년 전
  Andreas Kling 5d79431859 LibJS/Bytecode: Actually generate & run bytecode for SourceTextModule 2 년 전
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 년 전
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 년 전
  Luke Wilde f4be95af69 LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration 2 년 전
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct 2 년 전
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js 2 년 전
  davidot a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 년 전
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 년 전
  Ben Wiederhake 8a331d4fa0 Everywhere: Move AK/Debug.h include to using files or remove 2 년 전
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 년 전
  Linus Groh 73efdb1cc4 LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr 2 년 전
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 년 전
  davidot 0c4befd811 LibJS: Use the source offset to sort imports in module 2 년 전
  davidot d87676de8a LibJS: Remove already resolved FIXME 2 년 전
  Andreas Kling b81816a539 LibJS+LibWeb: Make CyclicModule.h not include AST.h 2 년 전
  Andreas Kling e6331031c4 LibJS: Make Parser::Error a standalone ParserError class 2 년 전
  Andreas Kling e0916dbb35 LibJS: Move {Import,Export}Entry out of {Import,Export}Statement 2 년 전
  networkException fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 년 전