Changeset 248833 in webkit for trunk/Source/JavaScriptCore/API/JSObjectRef.h
- Timestamp:
- Aug 18, 2019, 1:27:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSObjectRef.h
r246265 r248833 462 462 @param arguments A JSValue array of arguments to pass to the Error Constructor. Pass NULL if argumentCount is 0. 463 463 @param exception A pointer to a JSValueRef in which to store an exception, if any. Pass NULL if you do not care to store an exception. 464 @result A JSObject that is a Error.464 @result A JSObject that is an Error. 465 465 */ 466 466 JS_EXPORT JSObjectRef JSObjectMakeError(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) JSC_API_AVAILABLE(macos(10.6), ios(7.0));
Note:
See TracChangeset
for help on using the changeset viewer.