[webkit-changes] [WebKit/WebKit] 98e4ff: [JSC] super construct's callee does not need to be...

Yusuke Suzuki noreply at github.com
Mon Sep 9 16:12:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 98e4ff61939f6b4ae67b89cead3f10694fcadc82
      https://github.com/WebKit/WebKit/commit/98e4ff61939f6b4ae67b89cead3f10694fcadc82
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-09-09 (Mon, 09 Sep 2024)

  Changed paths:
    M Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp

  Log Message:
  -----------
  [JSC] super construct's callee does not need to be JSFunction
https://bugs.webkit.org/show_bug.cgi?id=279383
rdar://135588646

Reviewed by Yijia Huang.

These cached callees do not need to be JSFunction. Fixing stale
assertion.

* Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:
(JSC::DFG::ByteCodeParser::parseBlock):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list