Home | History | Annotate | Download | only in js

Lines Matching full:property

48 Ensure that returning undefined has removed the property 0 from the holder during filtering.
58 Ensure that changing the value of a property is reflected while filtering.
74 Ensure that when visiting a deleted property value is undefined
83 FAIL Did not call reviver for deleted property
96 PASS currentHolder['a property'] is "a value"
97 PASS currentHolder['another property'] is "another value"
98 PASS currentHolder['and another property'] is "and another value"
102 Ensure that we get the same holder object for each property
105 Ensure that returning undefined has correctly removed the property 'a property' from the holder object
106 PASS currentHolder.hasOwnProperty('a property') is false
109 Ensure that we get the same holder object for each property
111 Ensure that changing the value of a property is reflected while filtering.
112 PASS currentHolder['and another property'] is "a replaced value"
119 PASS result.hasOwnProperty('a property') is false