Searched defs:_TExecution_Context (Results 1 – 1 of 1) sorted by relevance
603 struct _TExecution_Context struct605 PFace current_face;609 Int error; /* last execution error */611 Int curRange; /* current code range number */612 PByte code; /* current code range */613 Int IP; /* current instruction pointer */614 Int codeSize; /* size of current range */616 Byte opcode; /* current opcode */617 Int length; /* length of current opcode */619 Bool step_ins; /* true if the interpreter must */[all …]