|
enum | ResultCode { ok = 0
, returnWasHit
, breakWasHit
, continueWasHit
} |
|
Definition at line 482 of file juce_Javascript.cpp.
◆ BinaryOperatorBase()
juce::JavascriptEngine::RootObject::BinaryOperatorBase::BinaryOperatorBase |
( |
const CodeLocation & |
l, |
|
|
ExpPtr & |
a, |
|
|
ExpPtr & |
b, |
|
|
TokenType |
op |
|
) |
| |
|
inlinenoexcept |
◆ lhs
ExpPtr juce::JavascriptEngine::RootObject::BinaryOperatorBase::lhs |
◆ rhs
ExpPtr juce::JavascriptEngine::RootObject::BinaryOperatorBase::rhs |
◆ operation
TokenType juce::JavascriptEngine::RootObject::BinaryOperatorBase::operation |
The documentation for this struct was generated from the following file: