JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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
 

Detailed Description

Definition at line 106 of file juce_Javascript.cpp.

Constructor & Destructor Documentation

◆ CodeLocation() [1/2]

juce::JavascriptEngine::RootObject::CodeLocation::CodeLocation ( const String code)
noexcept

Definition at line 108 of file juce_Javascript.cpp.

◆ CodeLocation() [2/2]

juce::JavascriptEngine::RootObject::CodeLocation::CodeLocation ( const CodeLocation other)
noexcept

Definition at line 109 of file juce_Javascript.cpp.

Member Function Documentation

◆ throwError()

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

Definition at line 111 of file juce_Javascript.cpp.

Member Data Documentation

◆ location

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

Definition at line 125 of file juce_Javascript.cpp.

◆ program

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

Definition at line 124 of file juce_Javascript.cpp.


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