Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 506f2789666c86c558698a8df61226b8d366658e
      
https://github.com/WebKit/WebKit/commit/506f2789666c86c558698a8df61226b8d366658e
  Author: Tim Chevalier <[email protected]>
  Date:   2023-02-21 (Tue, 21 Feb 2023)

  Changed paths:
    M Source/JavaScriptCore/bytecode/BytecodeDumper.cpp

  Log Message:
  -----------
  [Wasm-GC] Handle ref-typed constants in bytecode dumper
https://bugs.webkit.org/show_bug.cgi?id=252539

Reviewed by Justin Michaud.

The bytecode dumper was crashing in formatConstant() if a constant
that's not a numeric, vector, funcref, or externref appears, e.g. a
typed reference. Added a case for typed references.

* Source/JavaScriptCore/bytecode/BytecodeDumper.cpp:
(JSC::Wasm::BytecodeDumper::formatConstant const):

Canonical link: https://commits.webkit.org/260637@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to