.. Perform

.. default - domain::js

.. include:: /includes/standard.rst

================
Perform (Obj.sc)
================


.. function:: Perform(object methodSelector [...])
	
	Invokes the method on the object, passing in any parameters.
	
	:param heapPtr object: The object on which to perform the method.
	:param selector methodSelector: The name of a method on the object.
	:param ...: Zero or more parameters to be passed to the method.


