Skip to content

Latest commit

 

History

History
98 lines (54 loc) · 2.78 KB

RuntimeOptionsBase.md

File metadata and controls

98 lines (54 loc) · 2.78 KB

quickjs-emscriptenquickjs-emscripten-coreReadme | Exports


quickjs-emscripten / quickjs-emscripten-core / RuntimeOptionsBase

Interface: RuntimeOptionsBase

Contents

Extended By

Properties

gcThreshold?

gcThreshold?: undefined

Source

packages/quickjs-emscripten-core/src/types.ts:119


interruptHandler?

interruptHandler?: InterruptHandler

Source

packages/quickjs-emscripten-core/src/types.ts:113


maxStackSizeBytes?

maxStackSizeBytes?: number

Source

packages/quickjs-emscripten-core/src/types.ts:114


memoryLimitBytes?

memoryLimitBytes?: number

Source

packages/quickjs-emscripten-core/src/types.ts:115


promiseRejectionHandler?

promiseRejectionHandler?: undefined

Source

packages/quickjs-emscripten-core/src/types.ts:117


runtimeInfo?

runtimeInfo?: undefined

Source

packages/quickjs-emscripten-core/src/types.ts:118


sharedArrayBufferFunctions?

sharedArrayBufferFunctions?: undefined

Source

packages/quickjs-emscripten-core/src/types.ts:120


Generated using typedoc-plugin-markdown and TypeDoc