* Create a deep clone of the node. Both the node as well as all its * childs are cloned recursively.
()
| 4630 | * childs are cloned recursively. |
| 4631 | */ |
| 4632 | cloneDeep(): this |
| 4633 | /** |
| 4634 | * Compile an expression into optimized JavaScript code. compile returns |
| 4635 | * an object with a function evaluate([scope]) to evaluate. Example: |
no outgoing calls
no test coverage detected