- clone
Engine clone()
- defineVariable
Value defineVariable(string name, Value value)
- eval
Value eval(Value script)
- getExpression
IExpression getExpression(Value script)
getExpression
Build Script Tree
- getVariable
Value getVariable(string name)
Get a value from variables table
- hasVariable
bool hasVariable(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- peekSuper
Engine peekSuper()
Undocumented in source. Be warned that the author may not have intended to support it.
- setVariable
Value setVariable(string name, Value value)
Set a value into certain variable
- variableDefined
bool variableDefined(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
Script Engine of ChickenClisp