Class: QuickJSEmptyGetOwnPropertyNames

February 16, 2026 ยท View on GitHub

quickjs-emscripten


quickjs-emscripten / quickjs-emscripten-core / errors / QuickJSEmptyGetOwnPropertyNames

Class: QuickJSEmptyGetOwnPropertyNames

Defined in: packages/quickjs-emscripten-core/src/errors.ts:56

Contents

Extends

  • Error

Constructors

Constructor

new QuickJSEmptyGetOwnPropertyNames(message?): QuickJSEmptyGetOwnPropertyNames

Defined in: node_modules/typescript/lib/lib.es5.d.ts:1082

Parameters

message?

string

Returns

QuickJSEmptyGetOwnPropertyNames

Inherited from

Error.constructor

Properties

name

name: string = "QuickJSEmptyGetOwnPropertyNames"

Defined in: packages/quickjs-emscripten-core/src/errors.ts:57

Overrides

Error.name