mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Document formatted
This commit is contained in:
parent
19e53801f1
commit
118f819cc3
1 changed files with 186 additions and 186 deletions
|
@ -2098,13 +2098,13 @@ BfExpression* BfReducer::CreateExpression(BfAstNode* node, CreateExprFlags creat
|
|||
}
|
||||
}
|
||||
|
||||
// static int sItrIdx = 0;
|
||||
// sItrIdx++;
|
||||
// int itrIdx = sItrIdx;
|
||||
// if (itrIdx == 197)
|
||||
// {
|
||||
// NOP;
|
||||
// }
|
||||
// static int sItrIdx = 0;
|
||||
// sItrIdx++;
|
||||
// int itrIdx = sItrIdx;
|
||||
// if (itrIdx == 197)
|
||||
// {
|
||||
// NOP;
|
||||
// }
|
||||
|
||||
// BfParenthesizedExpression or BfTupleExpression
|
||||
SetAndRestoreValue<bool> prevInParenExpr(mInParenExpr, true);
|
||||
|
@ -6125,14 +6125,14 @@ void BfReducer::ReadPropertyBlock(BfPropertyDeclaration* propertyDeclaration, Bf
|
|||
}
|
||||
if (accessorName == "get")
|
||||
{
|
||||
// if (hadGet)
|
||||
// Fail("Only one 'get' method can be specified", accessorIdentifier);
|
||||
// if (hadGet)
|
||||
// Fail("Only one 'get' method can be specified", accessorIdentifier);
|
||||
hadGet = true;
|
||||
}
|
||||
else if (accessorName == "set")
|
||||
{
|
||||
// if (hadSet)
|
||||
// Fail("Only one 'set' method can be specified", accessorIdentifier);
|
||||
// if (hadSet)
|
||||
// Fail("Only one 'set' method can be specified", accessorIdentifier);
|
||||
hadSet = true;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue