|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| GreaterThanOrEqualOp (const CodeLocation &l, ExpPtr &a, ExpPtr &b) noexcept | |
| var | getWithDoubles (double a, double b) const override |
| var | getWithInts (int64 a, int64 b) const override |
| var | getWithStrings (const String &a, const String &b) const override |
Public Member Functions inherited from juce::JavascriptEngine::RootObject::BinaryOperator | |
| BinaryOperator (const CodeLocation &l, ExpPtr &a, ExpPtr &b, TokenType op) noexcept | |
| virtual var | getWithUndefinedArg () const |
| virtual var | getWithArrayOrObject (const var &a, const var &) const |
| var | getResult (const Scope &s) const override |
| var | throwError (const char *typeName) const |
Public Member Functions inherited from juce::JavascriptEngine::RootObject::BinaryOperatorBase | |
| BinaryOperatorBase (const CodeLocation &l, ExpPtr &a, ExpPtr &b, TokenType op) noexcept | |
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 | |
Additional Inherited Members | |
Public Types inherited from juce::JavascriptEngine::RootObject::Statement | |
| enum | ResultCode { ok , returnWasHit , breakWasHit , continueWasHit } |
Public Attributes inherited from juce::JavascriptEngine::RootObject::BinaryOperatorBase | |
| ExpPtr | lhs |
| ExpPtr | rhs |
| TokenType | operation |
Public Attributes inherited from juce::JavascriptEngine::RootObject::Statement | |
| CodeLocation | location |
Definition at line 563 of file juce_Javascript.cpp.
|
noexcept |
Definition at line 565 of file juce_Javascript.cpp.
|
overridevirtual |
Reimplemented from juce::JavascriptEngine::RootObject::BinaryOperator.
Definition at line 566 of file juce_Javascript.cpp.
|
overridevirtual |
Reimplemented from juce::JavascriptEngine::RootObject::BinaryOperator.
Definition at line 567 of file juce_Javascript.cpp.
|
overridevirtual |
Reimplemented from juce::JavascriptEngine::RootObject::BinaryOperator.
Definition at line 568 of file juce_Javascript.cpp.