Home | History | Annotate | Download | only in webkit

Lines Matching full:descriptor

24 Test for function.prototype's property descriptor.
29 PASS descriptor['writable'] is true
30 PASS descriptor['enumerable'] is false
31 PASS descriptor['configurable'] is false
32 PASS descriptor['writable'] is true
33 PASS descriptor['enumerable'] is false
34 PASS descriptor['configurable'] is false
36 PASS descriptor['writable'] is true
37 PASS descriptor['enumerable'] is false
38 PASS descriptor['configurable'] is false