Skip to content

@sebastianwessel/quickjs v2.1.1


@sebastianwessel/quickjs / handleToNative

Function: handleToNative()

handleToNative(ctx, handle, rootScope?): any

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

Serialize data from guest to host

Parameters

ctx

The sandbox context

QuickJSContext | QuickJSAsyncContext

handle

QuickJSHandle

The QuickJS handle to serialize

rootScope?

Scope

Returns

any