OpenShot Library | OpenShotAudio 0.2.2
|
Public Member Functions | |
TypeEqualsOp (const CodeLocation &l, ExpPtr &a, ExpPtr &b) noexcept | |
var | getResult (const Scope &s) const override |
![]() | |
BinaryOperatorBase (const CodeLocation &l, ExpPtr &a, ExpPtr &b, TokenType op) noexcept | |
![]() | |
Expression (const CodeLocation &l) noexcept | |
virtual var | getResult (const Scope &) const |
virtual void | assign (const Scope &, const var &) const |
ResultCode | perform (const Scope &s, var *) const override |
![]() | |
Statement (const CodeLocation &l) noexcept | |
virtual ResultCode | perform (const Scope &, var *) const |
Additional Inherited Members | |
![]() | |
enum | ResultCode { ok = 0 , returnWasHit , breakWasHit , continueWasHit } |
![]() | |
ExpPtr | lhs |
ExpPtr | rhs |
TokenType | operation |
![]() | |
CodeLocation | location |
Definition at line 656 of file juce_Javascript.cpp.
|
inlinenoexcept |
Definition at line 658 of file juce_Javascript.cpp.
|
inlineoverridevirtual |
Reimplemented from juce::JavascriptEngine::RootObject::Expression.
Definition at line 659 of file juce_Javascript.cpp.