File: errors.QuickJSMemoryLeakDetected.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 (55 lines) | stat: -rw-r--r-- 946 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[quickjs-emscripten](../README.md) / [Exports](../modules.md) / [errors](../modules/errors.md) / QuickJSMemoryLeakDetected

# Class: QuickJSMemoryLeakDetected

[errors](../modules/errors.md).QuickJSMemoryLeakDetected

## Hierarchy

- `Error`

  ↳ **`QuickJSMemoryLeakDetected`**

## Table of contents

### Constructors

- [constructor](errors.QuickJSMemoryLeakDetected.md#constructor)

### Properties

- [name](errors.QuickJSMemoryLeakDetected.md#name)

## Constructors

### constructor

• **new QuickJSMemoryLeakDetected**(`message?`)

#### Parameters

| Name | Type |
| :------ | :------ |
| `message?` | `string` |

#### Inherited from

Error.constructor

#### Defined in

node_modules/typescript/lib/lib.es5.d.ts:1059

## Properties

### name

• **name**: `string` = `"QuickJSMemoryLeakDetected"`

#### Overrides

Error.name

#### Defined in

[ts/errors.ts:34](https://github.com/justjake/quickjs-emscripten/blob/main/ts/errors.ts#L34)