git-svn-id: svn://ultimatepp.org/upp/trunk@551 f0d560ea-af0d-0410-9eb7-867de7ffcac7

This commit is contained in:
rylek 2008-10-19 19:17:50 +00:00
parent 755c33b71e
commit feec398e39

View file

@ -289,6 +289,8 @@ void Scan(ArrayMap<String, EscValue>& global, const char *code, const char *file
void StdLib(ArrayMap<String, EscValue>& global);
void LambdaArgs(CParser& p, EscLambda& l);
EscValue Execute(ArrayMap<String, EscValue>& global, EscValue *self,
const EscValue& lambda, Vector<EscValue>& arg, int oplimit = 50000);
EscValue Execute(ArrayMap<String, EscValue>& global, EscValue *self,