Quote:
Originally Posted by Novo
PHP Code:
function hasFunction( funcName ) { return ( funcName.lower() in this.getFunctions() ); }
For those who didn't find it out by reading.
|
The function names are returned in the same case they're declared, why have
funcName.lower()? And about functions, could we at least get a different GraalVar type for them? I don't want them confused with objects.
And a second thought, why are you even showing this to us?
hasfunction() already exists for all objects now.