Commit History

作者 SHA1 備註 提交日期
  Matthew Olsson 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Linus Groh b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  davidot 1dc9769f7d LibJS: No longer assume there is a cycle root when module failed before 2 年之前
  Andreas Kling 3503c658fb LibJS+LibWeb: Move JS::ModuleRequest to its own header file 2 年之前
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h 2 年之前
  networkException fb6de442c6 LibJS: Add [[HostDefined]] field to Modules 2 年之前
  Linus Groh fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 年之前
  Linus Groh c2326ec95a LibJS: Move PromiseCapability into its own cpp/h file 2 年之前
  Andreas Kling 00c8f07192 LibJS: Make Script and Module GC-allocated 2 年之前
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 年之前
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 年之前
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 2 年之前
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 年之前
  Linus Groh d74f8039eb LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19] 2 年之前
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 年之前
  Linus Groh 47cdd90836 LibJS: Use new NativeFunction::create() in most places 3 年之前
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 年之前
  Andreas Kling 85cf80507f LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers 3 年之前
  davidot f568939568 LibJS: Implement the import assertions proposal 3 年之前
  Emanuele Torre 191566fc97 LibJS: Avoid potential signed integer overflow in CyclicModule.cpp 3 年之前
  davidot 1b8ccf9a66 LibJS: Implement Module linking and evaluating 3 年之前