tvmjs
Preparing search index...
<internal>
FTVMFFIWasmSafeCallType
Type Alias FTVMFFIWasmSafeCallType
FTVMFFIWasmSafeCallType
:
(
self
:
Pointer
,
args
:
Pointer
,
num_args
:
number
,
result
:
Pointer
,
)
=>
number
int TVMFFIWasmSafeCallType(void* self, const TVMFFIAny* args, int32_t num_args, TVMFFIAny* result);
Type Declaration
(
self
:
Pointer
,
args
:
Pointer
,
num_args
:
number
,
result
:
Pointer
)
:
number
Parameters
self
:
Pointer
args
:
Pointer
num_args
:
number
result
:
Pointer
Returns
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
tvmjs
Loading...
int TVMFFIWasmSafeCallType(void* self, const TVMFFIAny* args, int32_t num_args, TVMFFIAny* result);