.. Eval

.. default - domain::js

.. include:: /includes/standard.rst

================
Eval (System.sc)
================


.. function:: Eval(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.


