mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
ZAM support for lambdas
This commit is contained in:
parent
0a40aec4a6
commit
7d5760ac74
11 changed files with 272 additions and 37 deletions
|
@ -172,6 +172,7 @@ class ScriptFunc : public Func
|
|||
{
|
||||
public:
|
||||
ScriptFunc(const IDPtr& id);
|
||||
ScriptFunc(const ID* id);
|
||||
|
||||
// For compiled scripts.
|
||||
ScriptFunc(std::string name, FuncTypePtr ft, std::vector<StmtPtr> bodies,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue