We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fcba1 commit f745e4cCopy full SHA for f745e4c
JavaScriptCore/API/JSTypedArray.h
@@ -51,7 +51,7 @@ JS_EXPORT JSTypedArrayType JSTypedArrayGetType(JSContextRef ctx, JSValueRef valu
51
@param numElements The number of elements for the array.
52
@result A JSValueRef that is a Typed Array or NULL if there was an error
53
*/
54
-JS_EXPORT JSValueRef JSTypedArrayMake(JSContextRef ctx, JSTypedArrayType arrayClass, size_t numElements);
+JS_EXPORT JSValueRef JSTypedArrayMake(JSContextRef ctx, JSTypedArrayType arrayType, size_t numElements);
55
56
/*!
57
@function
0 commit comments