blob: 08db3d512c3151aaf8b07602f2952f75055b2edd [file] [log] [blame]
This tests that propertyIsEnumerable works according to the ECMA spec.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS a.propertyIsEnumerable('length') is false
PASS a.propertyIsEnumerable ('foo') is true
PASS a.propertyIsEnumerable ('non-existant') is false
PASS successfullyParsed is true
TEST COMPLETE