| 16636 | } |
| 16637 | |
| 16638 | BfTypeOptions* BfModule::GetTypeOptions() |
| 16639 | { |
| 16640 | if ((mCurMethodState != NULL) && (mCurMethodState->mMethodTypeOptions != NULL)) |
| 16641 | return mCurMethodState->mMethodTypeOptions; |
| 16642 | if (mCurMethodInstance == NULL) |
| 16643 | return NULL; |
| 16644 | return mSystem->GetTypeOptions(mCurTypeInstance->mTypeOptionsIdx); |
| 16645 | } |
| 16646 | |
| 16647 | BfReflectKind BfModule::GetUserReflectKind(BfTypeInstance* attrType) |
| 16648 | { |
no outgoing calls
no test coverage detected