Changeset 278685 in webkit
- Timestamp:
- Jun 9, 2021, 6:13:48 PM (5 years ago)
- Location:
- branches/safari-612.1.15.4-branch/Source/JavaScriptCore
- Files:
-
- 2 edited
-
API/JSCallbackObject.h (modified) (2 diffs)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-612.1.15.4-branch/Source/JavaScriptCore/API/JSCallbackObject.h
r278110 r278685 31 31 #include "JSValueRef.h" 32 32 #include "JSObject.h" 33 #include <wtf/PlatformCallingConventions.h> 33 34 34 35 namespace JSC { … … 200 201 201 202 static IsoSubspace* subspaceForImpl(VM&, SubspaceAccess); 202 static JSC_HOST_CALL_ATTRIBUTES EncodedJSValuecustomToPrimitive(JSGlobalObject*, CallFrame*);203 static EncodedJSValue JSC_HOST_CALL_ATTRIBUTES customToPrimitive(JSGlobalObject*, CallFrame*); 203 204 204 205 static bool getOwnPropertySlot(JSObject*, JSGlobalObject*, PropertyName, PropertySlot&); -
branches/safari-612.1.15.4-branch/Source/JavaScriptCore/ChangeLog
r277448 r278685 1 2021-06-09 Russell Epstein <repstein@apple.com> 2 3 Cherry-pick r278672. rdar://problem/79111918 4 5 Speculative build fix for Win32. 6 https://bugs.webkit.org/show_bug.cgi?id=226793 7 rdar://79032803 8 9 Reviewed by Saam Barati. 10 11 * API/JSCallbackObject.h: 12 13 14 15 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@278672 268f45cc-cd09-0410-ab3c-d52691b4dbfc 16 17 2021-06-09 Mark Lam <mark.lam@apple.com> 18 19 Speculative build fix for Win32. 20 https://bugs.webkit.org/show_bug.cgi?id=226793 21 rdar://79032803 22 23 Reviewed by Saam Barati. 24 25 * API/JSCallbackObject.h: 26 1 27 2021-05-13 Chris Dumez <cdumez@apple.com> 2 28
Note:
See TracChangeset
for help on using the changeset viewer.