Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: da954ff91489b716ebc8d6880f9d99a183f2f578
      
https://github.com/WebKit/WebKit/commit/da954ff91489b716ebc8d6880f9d99a183f2f578
  Author: Yusuke Suzuki <ysuz...@apple.com>
  Date:   2024-06-25 (Tue, 25 Jun 2024)

  Changed paths:
    M Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp
    M Source/JavaScriptCore/bytecode/InlineCacheCompiler.h
    M Source/JavaScriptCore/jit/JITThunks.h

  Log Message:
  -----------
  [JSC] Implement ByVal Getter Setter handlers
https://bugs.webkit.org/show_bug.cgi?id=275864
rdar://130519634

Reviewed by Justin Michaud.

This patch implements handlers for ByVal Getter Setter cases.

* Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp:
(JSC::getterHandlerImpl):
(JSC::getByIdGetterHandler):
(JSC::setterHandlerImpl):
(JSC::putByIdSetterHandlerImpl):
(JSC::getByValGetterHandlerImpl):
(JSC::getByValWithStringGetterHandler):
(JSC::getByValWithSymbolGetterHandler):
(JSC::putByValSetterHandlerImpl):
(JSC::putByValWithStringStrictSetterHandler):
(JSC::putByValWithSymbolStrictSetterHandler):
(JSC::putByValWithStringSloppySetterHandler):
(JSC::putByValWithSymbolSloppySetterHandler):
(JSC::InlineCacheCompiler::compileOneAccessCaseHandler):
* Source/JavaScriptCore/bytecode/InlineCacheCompiler.h:
* Source/JavaScriptCore/jit/JITThunks.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to