Skip to content

JsRuntimeHandle

Limin Zhu edited this page Oct 9, 2015 · 1 revision

A handle to a Chakra runtime.

Syntax

typedef void *JsRuntimeHandle;

Remarks

Each Chakra runtime has its own independent execution engine, JIT compiler, and garbage collected heap. As such, each runtime is completely isolated from other runtimes.

Clone this wiki locally