|
OpenShot Library | OpenShotAudio
0.2.2
|
Inheritance diagram for juce::JavascriptEngine::RootObject::SelfAssignment:Public Member Functions | |
| SelfAssignment (const CodeLocation &l, Expression *dest, Expression *source) noexcept | |
| var | getResult (const Scope &s) const override |
Public Member Functions inherited from juce::JavascriptEngine::RootObject::Expression | |
| Expression (const CodeLocation &l) noexcept | |
| virtual void | assign (const Scope &, const var &) const |
| ResultCode | perform (const Scope &s, var *) const override |
Public Member Functions inherited from juce::JavascriptEngine::RootObject::Statement | |
| Statement (const CodeLocation &l) noexcept | |
Public Attributes | |
| Expression * | target |
| ExpPtr | newValue |
| TokenType | op |
Public Attributes inherited from juce::JavascriptEngine::RootObject::Statement | |
| CodeLocation | location |
Additional Inherited Members | |
Public Types inherited from juce::JavascriptEngine::RootObject::Statement | |
| enum | ResultCode { ok = 0 , returnWasHit , breakWasHit , continueWasHit } |
Definition at line 693 of file juce_Javascript.cpp.