Commit History

Author SHA1 Message Date
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 1 year ago
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
  Andreas Kling ed1ade0534 LibJS: Don't crash in CyclicModule::evaluate() when this == m_cycle_root 1 year ago
  Aliaksandr Kalenik 6ac43274b2 LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects 1 year ago
  Andreas Kling d7005be768 LibJS: Update CyclicModule to match current spec 1 year ago
  Andreas Kling 5e67853b49 LibJS: Fix logic typo in ContinueModuleLoading 1 year ago
  Andreas Kling fc31a0d506 LibJS: Support LoadRequestedModule AO on SyntheticModule records 1 year ago
  Andreas Kling 4b1053e327 LibJS: Fix logic typo in CyclicModule::inner_module_linking() 1 year ago
  Andreas Kling 8b7d27b349 LibJS+LibWeb: More bringing module loading closer to spec 1 year ago
  Andreas Kling 82977ab44b LibJS: Implement GetImportedModule and call it where appropriate 1 year ago
  Andreas Kling 467a5ceb18 LibJS: Split big VERIFY conditions into smaller ones in CyclicModule 1 year ago
  Andreas Kling 0817d8bda6 LibJS+LibWeb: Make CyclicModule & GraphLoadingState GC-allocated 1 year ago
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 year ago
  networkException ff6d7cf3e4 LibJS+LibWeb: Bring script fetching closer to the spec 1 year ago
  networkException 33b40eaeed LibJS: Add LoadedModules to Script and CyclicModule 1 year ago
  Matthew Olsson 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations 2 years ago
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
  Linus Groh b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  davidot 1dc9769f7d LibJS: No longer assume there is a cycle root when module failed before 2 years ago
  Andreas Kling 3503c658fb LibJS+LibWeb: Move JS::ModuleRequest to its own header file 2 years ago
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h 2 years ago
  networkException fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 years ago
  Linus Groh fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 years ago
  Linus Groh c2326ec95a LibJS: Move PromiseCapability into its own cpp/h file 2 years ago
  Andreas Kling 00c8f07192 LibJS: Make Script and Module GC-allocated 2 years ago
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 years ago
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 years ago
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 2 years ago
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 years ago