Variable: DefaultIntrinsics

February 16, 2026 ยท View on GitHub

quickjs-emscripten


quickjs-emscripten / quickjs-emscripten-core / DefaultIntrinsics

Variable: DefaultIntrinsics

const DefaultIntrinsics: Readonly<{ BaseObjects: true; Date: true; Eval: true; JSON: true; MapSet: true; Promise: true; Proxy: true; RegExp: true; StringNormalize: true; TypedArrays: true; }>

Defined in: packages/quickjs-emscripten-core/src/types.ts:173

The default Intrinsics language features enabled in a QuickJSContext.

See

ContextOptions