(expr: string | string[])
| 4785 | */ |
| 4786 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 4787 | evaluate(expr: string | string[]): any |
| 4788 | /** |
| 4789 | * Retrieve a variable or function from the parser’s scope. |
| 4790 | * @param name The name of the variable or function to be retrieved |
no outgoing calls