Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 97c608860ea98fbc8d2d52226888fc0c62ae9820
https://github.com/WebKit/WebKit/commit/97c608860ea98fbc8d2d52226888fc0c62ae9820
Author: Yijia Huang <[email protected]>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M Source/JavaScriptCore/dfg/DFGOperations.cpp
M Source/JavaScriptCore/runtime/JSBoundFunction.cpp
M Source/JavaScriptCore/runtime/JSCJSValueInlines.h
M Source/JavaScriptCore/runtime/JSObject.cpp
M Source/JavaScriptCore/runtime/JSObject.h
M Source/JavaScriptCore/runtime/JSObjectInlines.h
M Source/JavaScriptCore/runtime/JSPropertyNameEnumerator.cpp
M Source/JavaScriptCore/runtime/ObjectPrototype.cpp
M Source/JavaScriptCore/runtime/ProxyObject.cpp
M Source/JavaScriptCore/runtime/ReflectObject.cpp
M Source/WebCore/Modules/webaudio/AudioWorkletGlobalScope.cpp
Log Message:
-----------
[JSC] Remove redundant VM parameter from JSObject::getPrototype
https://bugs.webkit.org/show_bug.cgi?id=294942
rdar://154245182
Reviewed by Keith Miller.
This patch simplifies the JSObject::getPrototype function by removing the
unnecessary
VM& parameter. Since the JSGlobalObject* already provides access to the VM, the
extra
parameter was redundant. No functional behavior is changed by this refactoring.
Canonical link: https://commits.webkit.org/296598@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes