Changeset 278672 in webkit
- Timestamp:
- Jun 9, 2021, 2:14:37 PM (5 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
API/JSCallbackObject.h (modified) (2 diffs)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSCallbackObject.h
r278589 r278672 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&); -
trunk/Source/JavaScriptCore/ChangeLog
r278662 r278672 1 2021-06-09 Mark Lam <mark.lam@apple.com> 2 3 Speculative build fix for Win32. 4 https://bugs.webkit.org/show_bug.cgi?id=226793 5 rdar://79032803 6 7 Reviewed by Saam Barati. 8 9 * API/JSCallbackObject.h: 10 1 11 2021-06-09 Xan Lopez <xan@igalia.com> 2 12
Note:
See TracChangeset
for help on using the changeset viewer.