Home | History | Annotate | Download | only in API

Lines Matching refs:parameterNames

484 @param parameterCount An integer count of the number of parameter names in parameterNames.
485 @param parameterNames A JSString array containing the names of the function's parameters. Pass NULL if parameterCount is 0.
490 @result A JSObject that is a function, or NULL if either body or parameterNames contains a syntax error. The object's prototype will be the default function prototype.
493 JS_EXPORT JSObjectRef JSObjectMakeFunction(JSContextRef ctx, JSStringRef name, unsigned parameterCount, const JSStringRef parameterNames[], JSStringRef body, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception);