|
enum | ResultCode { ok = 0
, returnWasHit
, breakWasHit
, continueWasHit
} |
|
Definition at line 680 of file juce_Javascript.cpp.
◆ Assignment()
juce::JavascriptEngine::RootObject::Assignment::Assignment |
( |
const CodeLocation & |
l, |
|
|
ExpPtr & |
dest, |
|
|
ExpPtr & |
source |
|
) |
| |
|
inlinenoexcept |
◆ getResult()
var juce::JavascriptEngine::RootObject::Assignment::getResult |
( |
const Scope & |
s | ) |
const |
|
inlineoverridevirtual |
◆ target
ExpPtr juce::JavascriptEngine::RootObject::Assignment::target |
◆ newValue
ExpPtr juce::JavascriptEngine::RootObject::Assignment::newValue |
The documentation for this struct was generated from the following file: