LMMS
Loading...
Searching...
No Matches
juce::JavascriptEngine::RootObject::CodeLocation Struct Reference

Public Member Functions

 CodeLocation (const String &code) noexcept
 CodeLocation (const CodeLocation &other) noexcept
void throwError (const String &message) const

Public Attributes

String program
String::CharPointerType location

Constructor & Destructor Documentation

◆ CodeLocation() [1/2]

juce::JavascriptEngine::RootObject::CodeLocation::CodeLocation ( const String & code)
inlinenoexcept

◆ CodeLocation() [2/2]

juce::JavascriptEngine::RootObject::CodeLocation::CodeLocation ( const CodeLocation & other)
inlinenoexcept

Member Function Documentation

◆ throwError()

void juce::JavascriptEngine::RootObject::CodeLocation::throwError ( const String & message) const
inline

Member Data Documentation

◆ location

String::CharPointerType juce::JavascriptEngine::RootObject::CodeLocation::location

◆ program

String juce::JavascriptEngine::RootObject::CodeLocation::program

The documentation for this struct was generated from the following file: