get-set-props
Version:
List of getter/setter properties for JavaScript types
69 lines • 933 B
JSON
{
"AggregateError": [],
"Array": [
"length"
],
"ArrayBuffer": [],
"BigInt": [],
"BigInt64Array": [],
"BigUint64Array": [],
"Boolean": [],
"DataView": [],
"Date": [],
"Error": [
"stack"
],
"EvalError": [
"stack"
],
"FinalizationRegistry": [],
"Float32Array": [],
"Float64Array": [],
"Function": [
"arguments",
"caller",
"length",
"name",
"prototype"
],
"Int16Array": [],
"Int32Array": [],
"Int8Array": [],
"Map": [],
"Number": [],
"Object": [],
"Promise": [],
"Proxy": [],
"RangeError": [
"stack"
],
"ReferenceError": [
"stack"
],
"Reflect": [],
"RegExp": [
"lastIndex"
],
"Set": [],
"SharedArrayBuffer": [],
"String": [
"length"
],
"Symbol": [],
"SyntaxError": [
"stack"
],
"TypeError": [
"stack"
],
"Uint16Array": [],
"Uint32Array": [],
"Uint8Array": [],
"Uint8ClampedArray": [],
"URIError": [
"stack"
],
"WeakMap": [],
"WeakRef": [],
"WeakSet": []
}