|
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 |
Public Types | |
| using | Args = const var::NativeFunctionArgs & |
| using | TokenType = const char * |
| using | ExpPtr = std::unique_ptr< Expression > |
Public Types inherited from juce::DynamicObject | |
| using | Ptr = ReferenceCountedObjectPtr< DynamicObject > |
Public Member Functions | |
| void | execute (const String &code) |
| var | evaluate (const String &code) |
Public Member Functions inherited from juce::DynamicObject | |
| DynamicObject (const DynamicObject &) | |
| virtual bool | hasProperty (const Identifier &propertyName) const |
| Returns true if the object has a property with this name. | |
| virtual const var & | getProperty (const Identifier &propertyName) const |
| Returns a named property. | |
| virtual void | setProperty (const Identifier &propertyName, const var &newValue) |
| Sets a named property. | |
| virtual void | removeProperty (const Identifier &propertyName) |
| Removes a named property. | |
| virtual bool | hasMethod (const Identifier &methodName) const |
| Checks whether this object has the specified method. | |
| virtual var | invokeMethod (Identifier methodName, const var::NativeFunctionArgs &args) |
| Invokes a named method on this object. | |
| void | setMethod (Identifier methodName, var::NativeFunction function) |
| Adds a method to the class. | |
| void | clear () |
| Removes all properties and methods from the object. | |
| NamedValueSet & | getProperties () noexcept |
| Returns the NamedValueSet that holds the object's properties. | |
| const NamedValueSet & | getProperties () const noexcept |
| Returns the NamedValueSet that holds the object's properties. | |
| void | cloneAllProperties () |
| Calls var::clone() on all the properties that this object contains. | |
| virtual std::unique_ptr< DynamicObject > | clone () const |
| Returns a clone of this object. | |
| virtual void | writeAsJSON (OutputStream &, const JSON::FormatOptions &) |
| Writes this object to a text stream in JSON format. | |
Public Member Functions inherited from juce::ReferenceCountedObject | |
| void | incReferenceCount () noexcept |
| Increments the object's reference count. | |
| void | decReferenceCount () noexcept |
| Decreases the object's reference count. | |
| bool | decReferenceCountWithoutDeleting () noexcept |
| Decreases the object's reference count. | |
| int | getReferenceCount () const noexcept |
| Returns the object's current reference count. | |
Static Public Member Functions | |
| static bool | areTypeEqual (const var &a, const var &b) |
| static String | getTokenName (TokenType t) |
| static bool | isFunction (const var &v) noexcept |
| static bool | isNumeric (const var &v) noexcept |
| static bool | isNumericOrUndefined (const var &v) noexcept |
| static int64 | getOctalValue (const String &s) |
| static Identifier | getPrototypeIdentifier () |
| static var * | getPropertyPointer (DynamicObject &o, const Identifier &i) noexcept |
| static var | get (Args a, int index) noexcept |
| static bool | isInt (Args a, int index) noexcept |
| static int | getInt (Args a, int index) noexcept |
| static double | getDouble (Args a, int index) noexcept |
| static String | getString (Args a, int index) noexcept |
| static var | trace (Args a) |
| static var | charToInt (Args a) |
| static var | parseFloat (Args a) |
| static var | typeof_internal (Args a) |
| static var | exec (Args a) |
| static var | eval (Args a) |
Public Attributes | |
| Time | timeout |
Additional Inherited Members | |
Protected Member Functions inherited from juce::ReferenceCountedObject | |
| ReferenceCountedObject ()=default | |
| Creates the reference-counted object (with an initial ref count of zero). | |
| ReferenceCountedObject (const ReferenceCountedObject &) noexcept | |
| Copying from another object does not affect this one's reference-count. | |
| ReferenceCountedObject (ReferenceCountedObject &&) noexcept | |
| Copying from another object does not affect this one's reference-count. | |
| ReferenceCountedObject & | operator= (const ReferenceCountedObject &) noexcept |
| Copying from another object does not affect this one's reference-count. | |
| ReferenceCountedObject & | operator= (ReferenceCountedObject &&) noexcept |
| Copying from another object does not affect this one's reference-count. | |
| virtual | ~ReferenceCountedObject () |
| Destructor. | |
| void | resetReferenceCount () noexcept |
| Resets the reference count to zero without deleting the object. | |
Definition at line 60 of file juce_Javascript.cpp.
Definition at line 75 of file juce_Javascript.cpp.
Definition at line 267 of file juce_Javascript.cpp.
Definition at line 76 of file juce_Javascript.cpp.
| juce::JavascriptEngine::RootObject::RootObject | ( | ) |
Definition at line 62 of file juce_Javascript.cpp.
|
static |
Definition at line 91 of file juce_Javascript.cpp.
Definition at line 1790 of file juce_Javascript.cpp.
Definition at line 1814 of file juce_Javascript.cpp.
Definition at line 84 of file juce_Javascript.cpp.
Definition at line 1806 of file juce_Javascript.cpp.
Definition at line 78 of file juce_Javascript.cpp.
Definition at line 1527 of file juce_Javascript.cpp.
Definition at line 1530 of file juce_Javascript.cpp.
Definition at line 1529 of file juce_Javascript.cpp.
Definition at line 101 of file juce_Javascript.cpp.
|
staticnoexcept |
Definition at line 103 of file juce_Javascript.cpp.
|
static |
Definition at line 102 of file juce_Javascript.cpp.
Definition at line 1531 of file juce_Javascript.cpp.
Definition at line 97 of file juce_Javascript.cpp.
Definition at line 98 of file juce_Javascript.cpp.
Definition at line 1528 of file juce_Javascript.cpp.
Definition at line 99 of file juce_Javascript.cpp.
|
staticnoexcept |
Definition at line 100 of file juce_Javascript.cpp.
Definition at line 1791 of file juce_Javascript.cpp.
Definition at line 1789 of file juce_Javascript.cpp.
Definition at line 1793 of file juce_Javascript.cpp.
| Time juce::JavascriptEngine::RootObject::timeout |
Definition at line 73 of file juce_Javascript.cpp.