KJS::FuncDeclNode Class Reference
Inheritance diagram for KJS::FuncDeclNode:

Detailed Description
Definition at line 1028 of file nodes.h.
Public Member Functions | |
| FuncDeclNode (const Identifier &i, FunctionBodyNode *b) | |
| FuncDeclNode (const Identifier &i, ParameterNode *p, FunctionBodyNode *b) | |
| virtual void | ref () |
| virtual bool | deref () |
| Completion | execute (ExecState *) |
| void | processFuncDecl (ExecState *exec) |
| virtual void | streamTo (SourceStream &s) const |
The documentation for this class was generated from the following files:

