Skip to content

@sebastianwessel/quickjs v3.1.0


@sebastianwessel/quickjs / handleToNative

Function: handleToNative()

handleToNative(ctx, handle, rootScope?): any

Defined in: sandbox/handleToNative/handleToNative.ts:19

Serialize data from guest to host

Parameters

ctx

QuickJSContext | QuickJSAsyncContext

The sandbox context

handle

QuickJSHandle

The QuickJS handle to serialize

rootScope?

Scope

Returns

any

Updated at: