|
enum | ResultCode { ok = 0
, returnWasHit
, breakWasHit
, continueWasHit
} |
|
Definition at line 246 of file juce_Javascript.cpp.
◆ ResultCode
enum juce::JavascriptEngine::RootObject::Statement::ResultCode |
◆ Statement()
juce::JavascriptEngine::RootObject::Statement::Statement |
( |
const CodeLocation & |
l | ) |
|
|
inlinenoexcept |
◆ ~Statement()
virtual juce::JavascriptEngine::RootObject::Statement::~Statement |
( |
| ) |
|
|
inlinevirtual |
◆ perform()
virtual ResultCode juce::JavascriptEngine::RootObject::Statement::perform |
( |
const Scope & |
, |
|
|
var * |
|
|
) |
| const |
|
inlinevirtual |
◆ location
CodeLocation juce::JavascriptEngine::RootObject::Statement::location |
The documentation for this struct was generated from the following file: