mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
git-svn-id: svn://ultimatepp.org/upp/trunk@551 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
755c33b71e
commit
feec398e39
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue