Skip to main content

Module arity

Module arity 

Source
Expand description

name and length of the ECMAScript intrinsic functions.

GENERATED by cargo run --bin gen-arity from v26.8.2 — do not edit by hand. See src/bin/gen_arity.rs for what is in the table and what is deliberately not.

Constants§

BUILTIN_ARITY
The name and length of one intrinsic each, sorted by key.
PROTO_ACCESSORS
The ACCESSOR members of each intrinsic prototype — the subset of PROTO_MEMBERS whose descriptor carries a get rather than a value.
PROTO_MEMBERS
The own property names of each intrinsic prototype, in the engine’s own order. A name prefixed + is ENUMERABLE — true only for the WebIDL interfaces (URL, URLSearchParams), whose members are plain assigned properties, never for an ECMAScript builtin’s.
PROTO_READONLY
The NON-WRITABLE data members of each intrinsic prototype.