menu
fjs_engine package
documentation
core/quickjs_ffi.dart
QuickJsFFI
contextIncref method
contextIncref method
dark_mode
light_mode
contextIncref
method
void
contextIncref
(
Pointer
<
Void
>
ctxHandle
)
Implementation
void contextIncref(Pointer<Void> ctxHandle) { _dupContext(ctxHandle); }
fjs_engine package
documentation
core/quickjs_ffi
QuickJsFFI
contextIncref method
QuickJsFFI class