File: ContextOptions.md

package info (click to toggle)
node-quickjs-emscripten 0.23.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,900 kB
  • sloc: ansic: 71,457; javascript: 7,638; makefile: 506; sh: 153
file content (23 lines) | stat: -rw-r--r-- 541 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[quickjs-emscripten](../README.md) / [Exports](../modules.md) / ContextOptions

# Interface: ContextOptions

## Table of contents

### Properties

- [intrinsics](ContextOptions.md#intrinsics)

## Properties

### intrinsics

• `Optional` **intrinsics**: typeof `DefaultIntrinsics`

What built-in objects and language features to enable?
If unset, the default intrinsics will be used.
To omit all intrinsics, pass an empty array.

#### Defined in

[ts/types.ts:183](https://github.com/justjake/quickjs-emscripten/blob/main/ts/types.ts#L183)