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
nameandlengthof one intrinsic each, sorted by key. - PROTO_
ACCESSORS - The ACCESSOR members of each intrinsic prototype — the subset of
PROTO_MEMBERSwhose descriptor carries agetrather 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.