#include <juce_QuickJSHelpers.h>
◆ JSFunctionArguments() [1/3]
| juce::detail::JSFunctionArguments::JSFunctionArguments |
( |
qjs::JSContext * |
contextIn | ) |
|
|
inlineexplicit |
◆ JSFunctionArguments() [2/3]
| juce::detail::JSFunctionArguments::JSFunctionArguments |
( |
qjs::JSContext * |
contextIn, |
|
|
const var::NativeFunctionArgs & |
args |
|
) |
| |
|
inline |
◆ JSFunctionArguments() [3/3]
| juce::detail::JSFunctionArguments::JSFunctionArguments |
( |
qjs::JSContext * |
contextIn, |
|
|
Span< const var > |
args |
|
) |
| |
|
inline |
◆ ~JSFunctionArguments()
| juce::detail::JSFunctionArguments::~JSFunctionArguments |
( |
| ) |
|
|
inline |
◆ add()
| void juce::detail::JSFunctionArguments::add |
( |
const var & |
arg | ) |
|
|
inline |
◆ getArguments()
| qjs::JSValue * juce::detail::JSFunctionArguments::getArguments |
( |
| ) |
|
|
inline |
◆ getSize()
| int juce::detail::JSFunctionArguments::getSize |
( |
| ) |
const |
|
inline |
◆ context
| qjs::JSContext* juce::detail::JSFunctionArguments::context |
|
private |
◆ values
| std::vector<qjs::JSValue> juce::detail::JSFunctionArguments::values |
|
private |
The documentation for this struct was generated from the following file: