|
| RightShiftUnsignedOp (const CodeLocation &l, ExpPtr &a, ExpPtr &b) noexcept |
|
var | getWithInts (int64 a, int64 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 640 of file juce_Javascript.cpp.
◆ RightShiftUnsignedOp()
juce::JavascriptEngine::RootObject::RightShiftUnsignedOp::RightShiftUnsignedOp |
( |
const CodeLocation & |
l, |
|
|
ExpPtr & |
a, |
|
|
ExpPtr & |
b |
|
) |
| |
|
inlinenoexcept |
◆ getWithInts()
var juce::JavascriptEngine::RootObject::RightShiftUnsignedOp::getWithInts |
( |
int64 |
a, |
|
|
int64 |
b |
|
) |
| const |
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file: