Home
last modified time | relevance | path

Searched defs:LCoRoutine (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dvmdata.h1167 struct LCoRoutine : RefObj { struct
1183 LCoRoutine *parent; argument
1185 LCoRoutine(int _ss, int _sfs, InsPtr _rip, const int *_vip, LCoRoutine *_p, type_elem_t cti) in LCoRoutine() argument
1212 LCoRoutine *&curco) { in Suspend() argument
1239 int Resume(int top, Value *stack, vector<StackFrame> &stackframes, InsPtr &rip, LCoRoutine *p) { in Resume() argument
1253 void BackupParentVars(VM &vm, Value *vars) { in BackupParentVars()
1263 Value &AccessVar(int savedvaridx) { in AccessVar()
1270 Value &GetVar(VM &vm, int ididx) { in GetVar()
1305 vm.pool.dealloc(this, sizeof(LCoRoutine)); in DeleteSelf() argument
1308 ValueType ElemType(VM &vm, int i) { in ElemType()