Lines Matching full:calling
217 If this callback is NULL, calling your object as a function will throw an exception.
564 @discussion Calling JSObjectGetPropertyAtIndex is equivalent to calling JSObjectGetProperty with a string containing propertyIndex, but JSObjectGetPropertyAtIndex provides optimized access to numeric properties.
576 @discussion Callingcalling JSObjectSetProperty with a string containing propertyIndex, but JSObjectSetPropertyAtIndex provides optimized access to numeric properties.
616 @result The JSValue that results from calling object as a function, or NULL if an exception is thrown or object is not a function.
637 @result The JSObject that results from calling object as a constructor, or NULL if an exception is thrown or object is not a constructor.