Example #1
0
 public override RunTimeValueBase getValue(RunTimeScope scope,ASRuntime.StackFrame frame)
 {
     return(value);
 }
Example #2
0
 public override RunTimeValueBase getValue(RunTimeScope scope,ASRuntime.StackFrame frame)
 {
     value.value = cache[Id];
     return(value);
 }
Example #3
0
 public override SLOT getSlotForAssign(RunTimeScope scope,ASRuntime.StackFrame frame)
 {
     return(MemSlot_);
 }
Example #4
0
 public override SLOT getSlot(RunTimeScope scope,ASRuntime.StackFrame frame)
 {
     return(memSlot_);
 }