A local environment of the function closure
ClosureEnvironment
01 Syntax
SMRUCC.Rsharp.Runtime.ClosureEnvironment
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| FindSymbol | 1 | find in closure internal context at first and then find on the parent context |
| renameFrame | 1 | |
| FindFunction | 1 |
03 Members
FindSymbol(
String, Boolean)find in closure internal context at first and then find on the parent context
Parameters
| Name | Type | Description |
|---|---|---|
name | String | - |
[inherits] | Boolean | - |
Returns
this function returns nothing if the target symbol is not found in the environment context
renameFrame(
StackFrame, String)FindFunction(
String, Boolean)