Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling e46b217e42 LibJS/Bytecode: Move to a new bytecode format hace 1 año
  Aliaksandr Kalenik b108d51c5b LibJS: Only consider VM-accessible execution contexts as strong roots hace 1 año
  Andreas Kling a2c3db8367 LibJS: Add basic support for module code with top-level await hace 1 año
  Andreas Kling 07f567cd9f LibJS+LibWeb: Another round of bringing module loading closer to spec hace 1 año
  Andreas Kling 82977ab44b LibJS: Implement GetImportedModule and call it where appropriate hace 1 año
  Andreas Kling a24c543921 LibJS: Update spec steps & add missing assertions in ResolveExport hace 1 año
  Andreas Kling 40d2560a93 LibJS: Update spec steps & add missing assertions in GetExportedNames hace 1 año
  Andreas Kling 467a5ceb18 LibJS: Split big VERIFY conditions into smaller ones in CyclicModule hace 1 año
  Andreas Kling 3fc0333ee6 LibJS: Put Bytecode::CallFrame + register slots in a single allocation hace 1 año
  Andreas Kling 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap hace 1 año
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type hace 1 año
  Andreas Kling 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() hace 1 año
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) hace 1 año
  Aliaksandr Kalenik fb94415f03 LibJS: Delete Declaration::for_each_var_declared_name hace 2 años
  Aliaksandr Kalenik 348e43b36d LibJS: Replace for_each_bound_name with for_each_bound_identifier hace 2 años
  Shannon Booth 930dd2948f LibJS: Make AsyncFunctionStart and AsyncBlockStart templates hace 2 años
  Aliaksandr Kalenik 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject hace 2 años
  Andreas Kling 5d79431859 LibJS/Bytecode: Actually generate & run bytecode for SourceTextModule hace 2 años
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr hace 2 años
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector hace 2 años
  Luke Wilde f4be95af69 LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration hace 2 años
  Andreas Kling bd5d8e9d35 LibJS: Make RefPtr and NonnullRefPtr usage const-correct hace 2 años
  davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js hace 2 años
  davidot a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods hace 2 años
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString hace 2 años
  Ben Wiederhake 8a331d4fa0 Everywhere: Move AK/Debug.h include to using files or remove hace 2 años
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr hace 2 años
  Linus Groh 73efdb1cc4 LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr hace 2 años
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
  davidot 0c4befd811 LibJS: Use the source offset to sort imports in module hace 2 años