Home | History | Annotate | Download | only in cctest

Lines Matching full:accessor

273   fun_proto->SetAccessorProperty(v8_str("accessor"), callback, callback);
284 "var accessor_key = 'accessor';"
312 TestSignature("test_object.accessor;", test_object);
314 TestSignature("test_object.accessor = 1;", test_object);
1052 template<typename Constructor, typename Accessor>
1054 Accessor accessor) {
1061 fun_templ->InstanceTemplate()->SetAccessor(v8_str("m"), accessor);
1841 // Instance accessor should not be visible on function object or its prototype
1880 // Helper functions for Interceptor/Accessor interaction tests
2040 // The last i goes to the accessor.
2056 // All i >= 10000 go to the accessor.
2078 // The last i goes to the accessor.
2096 // All i >= 10000 go to the accessor.
2117 // The last i goes to the JavaScript accessor.
2121 // that both interceptor and accessor are being installed on the same object.
2140 // All i >= 10000 go to the accessor.
2146 // that both interceptor and accessor are being installed on the same object.
3182 // the accessor.
5338 // Check that the accessor is still configurable
8774 // Add an accessor accessible by cross-domain JS code.
8789 // Add an accessor that is not accessible by cross-domain JS code.
8871 // Access a property with JS accessor.
8936 // Access an element with JS accessor.
9053 // Add accessible accessor.
9061 // Add an accessor that is not accessible by cross-domain JS code.
9239 // Add an accessor to proto that's accessible by cross-domain JS code.
9245 // Add an accessor that is not accessible by cross-domain JS code.
11741 template<typename Accessor>
11742 static void LoadICFastApi_DirectCall_GCMoveStub(Accessor accessor) {
11746 obj->SetAccessor(v8_str("p1"), accessor);
12650 // Add 'h' as an accessor to the proto template with ReadOnly attributes
12656 // Add 'i' as an accessor to the instance template with ReadOnly attributes
14986 // Forcing the property to be set should override the accessor without
18443 // Define JavaScript accessor.
20299 // Turn monomorphic on slow object with native accessor, then turn
20351 // Turn monomorphic on slow object with native accessor, then just
20387 // Delete the accessor. It better not be called any more now.