Lines Matching defs:writable
21 descriptorShouldBe("{definedProperty:'defined'}", "'definedProperty'", {writable: true, enumerable:… property
22 descriptorShouldBe("Array.prototype", "'concat'", {writable: true, enumerable: false, configurable:… property
23 descriptorShouldBe("Date.prototype", "'toISOString'", {writable: true, enumerable: false, configura… property
24 descriptorShouldBe("String.prototype", "'concat'", {writable: true, enumerable: false, configurable… property
25 descriptorShouldBe("RegExp.prototype", "'exec'", {writable: true, enumerable: false, configurable: … property
26 descriptorShouldBe("document.__proto__.__proto__", "'createElement'", {writable: true, enumerable: … property
27 descriptorShouldBe("Number", "'NEGATIVE_INFINITY'", {writable: false, enumerable: false, configurab… property
28 descriptorShouldBe("RegExp", "'$_'", {writable: true, enumerable: false, configurable: true, value:… property
29 descriptorShouldBe("/a/g", "'global'", {writable: true, enumerable: false, configurable: false, val… property
30 descriptorShouldBe("Node", "'DOCUMENT_POSITION_DISCONNECTED'", {writable: false, enumerable: true, … property
31 descriptorShouldBe("Math", "'sin'", {writable: true, enumerable: false, configurable: true, value:"… property
32 descriptorShouldBe("[1,2,3]", "0", {writable: true, enumerable: true, configurable: true, value:"1"… property
33 descriptorShouldBe("[1,2,3]", "'length'", {writable: true, enumerable: false, configurable: false, … property
34 descriptorShouldBe("[1,2,3]", "'length'", {writable: true, enumerable: false, configurable: false, … property
35 descriptorShouldBe("/(a)*/g.exec('a')", "0", {writable: true, enumerable: true, configurable: true,… property
36 descriptorShouldBe("/(a)*/g.exec('a')", "'length'", {writable: true, enumerable: false, configurabl… property
37 descriptorShouldBe("function(){}", "'length'", {writable: false, enumerable: false, configurable: f… property
38 descriptorShouldBe("Math.sin", "'length'", {writable: false, enumerable: false, configurable: false… property
39 descriptorShouldBe("Math.sin", "'name'", {writable: false, enumerable: false, configurable: false, … property
41 descriptorShouldBe("global", "'global'", {writable: true, enumerable: true, configurable: false, va… property
42 descriptorShouldBe("global", "'undefined'", {writable: false, enumerable: false, configurable: fals… property
43 descriptorShouldBe("global", "'NaN'", {writable: false, enumerable: false, configurable: false, val… property
44 descriptorShouldBe("global", "'Infinity'", {writable: false, enumerable: false, configurable: false… property
45 descriptorShouldBe("global", "'window'", {writable: false, enumerable: true, configurable: false, v… property
46 descriptorShouldBe("global", "'XMLHttpRequest'", {writable: true, enumerable: true, configurable: f… property
47 descriptorShouldBe("global", "'length'", {writable: true, enumerable: true, configurable: false, va… property
48 descriptorShouldBe("global", "0", {writable: true, enumerable: false, configurable: false, value:"g… property
49 descriptorShouldBe("document.getElementsByTagName('div')", "'length'", {writable: false, enumerable… property
50 descriptorShouldBe("document.getElementsByTagName('div')", "0", {writable: false, enumerable: true,… property
51 descriptorShouldBe("document.getElementsByClassName('pass')", "0", {writable: false, enumerable: tr… property
52 descriptorShouldBe("document.getElementsByClassName('pass')", "'length'", {writable: false, enumera… property
55 descriptorShouldBe("canvasPixelArray", "'length'", {writable: false, enumerable: true, configurable… property
56 descriptorShouldBe("canvasPixelArray", "0", {writable: true, enumerable: true, configurable: false,… property
59 descriptorShouldBe("select", "'length'", {writable: false, enumerable: true, configurable: false, v… property
60 descriptorShouldBe("select", "0", {writable: true, enumerable: true, configurable: false, value:"se… property