OpenShot Library | OpenShotAudio
0.2.2
|
Public Member Functions | |
LoopStatement (const CodeLocation &l, bool isDo) noexcept | |
ResultCode | perform (const Scope &s, var *returnedValue) const override |
![]() | |
Statement (const CodeLocation &l) noexcept | |
Public Attributes | |
std::unique_ptr< Statement > | initialiser |
std::unique_ptr< Statement > | iterator |
std::unique_ptr< Statement > | body |
ExpPtr | condition |
bool | isDoLoop |
![]() | |
CodeLocation | location |
Additional Inherited Members | |
![]() | |
enum | ResultCode { ok = 0, returnWasHit, breakWasHit, continueWasHit } |
Definition at line 313 of file juce_Javascript.cpp.