| 58 | return null(); |
| 59 | } |
| 60 | Dynamic StackContext::runObject(void *vtable) |
| 61 | { |
| 62 | if (breakContReturn) return null(); |
| 63 | GET_RETURN_VAL(return getObject(),etObject ); |
| 64 | //printf("No Object return?\n"); |
| 65 | return null(); |
| 66 | } |
| 67 | hx::Object *StackContext::runObjectPtr(void *vtable) |
| 68 | { |
| 69 | if (breakContReturn) return 0; |
no test coverage detected