| Index: JavaScriptCore/API/JSObjectRef.h
|
| ===================================================================
|
| --- JavaScriptCore/API/JSObjectRef.h (revision 10232)
|
| +++ JavaScriptCore/API/JSObjectRef.h (working copy)
|
| @@ -441,7 +441,7 @@
|
| @discussion The behavior of this function does not exactly match the behavior of the built-in Array constructor. Specifically, if one argument
|
| is supplied, this function returns an array with one element.
|
| */
|
| -JS_EXPORT JSObjectRef JSObjectMakeArray(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) AVAILABLE_AFTER_WEBKIT_VERSION_3_1;
|
| +JS_EXPORT JSObjectRef JSObjectMakeArray(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) AVAILABLE_IN_WEBKIT_VERSION_4_0;
|
|
|
| /*!
|
| @function
|
| @@ -452,7 +452,7 @@
|
| @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.
|
| @result A JSObject that is a Date.
|
| */
|
| -JS_EXPORT JSObjectRef JSObjectMakeDate(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) AVAILABLE_AFTER_WEBKIT_VERSION_3_1;
|
| +JS_EXPORT JSObjectRef JSObjectMakeDate(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) AVAILABLE_IN_WEBKIT_VERSION_4_0;
|
|
|
| /*!
|
| @function
|
| @@ -463,7 +463,7 @@
|
| @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.
|
| @result A JSObject that is a Error.
|
| */
|
| -JS_EXPORT JSObjectRef JSObjectMakeError(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) AVAILABLE_AFTER_WEBKIT_VERSION_3_1;
|
| +JS_EXPORT JSObjectRef JSObjectMakeError(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) AVAILABLE_IN_WEBKIT_VERSION_4_0;
|
|
|
| /*!
|
| @function
|
| @@ -474,7 +474,7 @@
|
| @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.
|
| @result A JSObject that is a RegExp.
|
| */
|
| -JS_EXPORT JSObjectRef JSObjectMakeRegExp(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) AVAILABLE_AFTER_WEBKIT_VERSION_3_1;
|
| +JS_EXPORT JSObjectRef JSObjectMakeRegExp(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) AVAILABLE_IN_WEBKIT_VERSION_4_0;
|
|
|
| /*!
|
| @function
|
|
|