NAME
	call_limited - call a function with the current object owner's
		       resource limits

SYNOPSIS
	mixed call_limited(string function, mixed args...)


DESCRIPTION
	Call a function in the current object, using the resource limits of the
	current object's owner.

SEE ALSO
	efun/call_other
