* Compile an expression into optimized JavaScript code. compile returns * an object with a function evaluate([scope]) to evaluate. Example:
()
| 4635 | * an object with a function evaluate([scope]) to evaluate. Example: |
| 4636 | */ |
| 4637 | compile(): EvalFunction |
| 4638 | /** |
| 4639 | * Compile and eval an expression, this is the equivalent of doing |
| 4640 | * node.compile().evaluate(scope). Example: |
no outgoing calls