|
| | ModuloOp (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 | 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 void | assign (const Scope &, const var &) const |
| |
| ResultCode | perform (const Scope &s, var *) const override |
| |
| | Statement (const CodeLocation &l) noexcept |
| |
| virtual | ~Statement () |
| |
◆ ModuloOp()
◆ getWithInts()
| var JavascriptEngine::RootObject::ModuloOp::getWithInts |
( |
int64 |
a, |
|
|
int64 |
b |
|
) |
| const |
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file: