|
| | AdditionOp (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 |
| |
| | BinaryOperator (const CodeLocation &l, ExpPtr &a, ExpPtr &b, TokenType op) noexcept |
| |
| virtual var | getWithUndefinedArg () const |
| |
| virtual var | getWithDoubles (double, double) const |
| |
| virtual var | getWithInts (int64, int64) const |
| |
| virtual var | getWithArrayOrObject (const var &a, const var &) const |
| |
| virtual var | getWithStrings (const String &, const String &) const |
| |
| var | getResult (const Scope &s) const override |
| |
| var | throwError (const char *typeName) const |
| |
| | 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 |
| |
Definition at line 574 of file juce_Javascript.cpp.
◆ AdditionOp()
| juce::JavascriptEngine::RootObject::AdditionOp::AdditionOp |
( |
const CodeLocation & |
l, |
|
|
ExpPtr & |
a, |
|
|
ExpPtr & |
b |
|
) |
| |
|
inlinenoexcept |
◆ getWithDoubles()
| var juce::JavascriptEngine::RootObject::AdditionOp::getWithDoubles |
( |
double |
a, |
|
|
double |
b |
|
) |
| const |
|
inlineoverridevirtual |
◆ getWithInts()
| var juce::JavascriptEngine::RootObject::AdditionOp::getWithInts |
( |
int64 |
a, |
|
|
int64 |
b |
|
) |
| const |
|
inlineoverridevirtual |
◆ getWithStrings()
| var juce::JavascriptEngine::RootObject::AdditionOp::getWithStrings |
( |
const String & |
a, |
|
|
const String & |
b |
|
) |
| const |
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file: