private DeclareVariable ( string name, Jurassic.Compiler.Expression valueAtTopOfScope = null, bool writable = true, bool deletable = false ) : DeclaredVariable | ||
name | string | The name of the variable. |
valueAtTopOfScope | Jurassic.Compiler.Expression | The value of the variable at the top of the scope. |
writable | bool | |
deletable | bool | |
return | DeclaredVariable |