mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 01:37:59 +02:00
Added reflection category to distinct build options (wip)
This commit is contained in:
parent
5cb6570e14
commit
037b2ac1e4
15 changed files with 538 additions and 94 deletions
|
@ -6412,7 +6412,7 @@ void BfModule::Visit(BfForEachStatement* forEachStmt)
|
|||
bool boundsCheck = mCompiler->mOptions.mRuntimeChecks;
|
||||
auto typeOptions = GetTypeOptions();
|
||||
if (typeOptions != NULL)
|
||||
boundsCheck = BfTypeOptions::Apply(boundsCheck, typeOptions->mRuntimeChecks);
|
||||
boundsCheck = typeOptions->Apply(boundsCheck, BfOptionFlags_RuntimeChecks);
|
||||
|
||||
BfMethodMatcher methodMatcher(forEachStmt->mVariableName, this, "get__", argValues.mResolvedArgs, NULL);
|
||||
methodMatcher.mMethodType = BfMethodType_PropertyGetter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue