Home | History | Annotate | Download | only in cctest

Lines Matching full:accessor

1263   // Instance accessor should not be visible on function object or its prototype
1301 // Helper functions for Interceptor/Accessor interaction tests
1434 // The last i goes to the accessor.
1449 // All i >= 10000 go to the accessor.
1470 // The last i goes to the accessor.
1487 // All i >= 10000 go to the accessor.
1507 // The last i goes to the JavaScript accessor.
1511 // that both interceptor and accessor are being installed on the same object.
1529 // All i >= 10000 go to the accessor.
1535 // that both interceptor and accessor are being installed on the same object.
2109 // the accessor.
3453 // Check that the accessor is still configurable
6703 // Add an accessor accessible by cross-domain JS code.
6710 // Add an accessor that is not accessible by cross-domain JS code.
6785 // Access a property with JS accessor.
6850 // Access an element with JS accessor.
6947 // Add accessible accessor.
6955 // Add an accessor that is not accessible by cross-domain JS code.
7111 // Add an accessor to proto that's accessible by cross-domain JS code.
7117 // Add an accessor that is not accessible by cross-domain JS code.
10278 // Add 'h' as an accessor to the proto template with ReadOnly attributes
10284 // Add 'i' as an accessor to the instance template with ReadOnly attributes
12223 // Forcing the property to be set should override the accessor without
14955 // Define JavaScript accessor.