ResolveName returns a value from the activation by qualified name, or false if the name could not be found.
(name string)
| 28 | // ResolveName returns a value from the activation by qualified name, or false if the name |
| 29 | // could not be found. |
| 30 | ResolveName(name string) (any, bool) |
| 31 | |
| 32 | // Parent returns the parent of the current activation, may be nil. |
| 33 | // If non-nil, the parent will be searched during resolve calls. |
no outgoing calls