internal
| 175 | |
| 176 | // internal |
| 177 | void asPopActiveContext(asCThreadLocalData *tld, asIScriptContext *ctx) |
| 178 | { |
| 179 | UNUSED_VAR(ctx); |
| 180 | asASSERT(tld && tld->activeContexts[tld->activeContexts.GetLength() - 1] == ctx); |
| 181 | if (tld) |
| 182 | tld->activeContexts.PopLast(); |
| 183 | } |
| 184 | |
| 185 | asCContext::asCContext(asCScriptEngine *engine, bool holdRef) |
| 186 | { |