Lines Matching full:interceptor
1498 // Associate an interceptor with an object and start setting hidden values.
2541 // transitions should not interfere with post interceptor lookup.
2595 "obj.foo;")); // This setter should not run, due to the interceptor.
3416 v8::Handle<v8::Object> interceptor = templ->NewInstance();
3417 context->Global()->Set(v8_str("whammy"), interceptor);
3634 // in numerical order, indexed interceptor properties, named
3635 // properties in insertion order, named interceptor properties.
3644 // Indexed interceptor properties in the order they are returned
3645 // from the enumerator interceptor.
3657 // Named interceptor properties.
4965 // interceptor.
4988 // eventhough there is an interceptor on the object.
5005 // time eventhough there is an interceptor on the object.
5735 // This test should hit the load IC for the interceptor case.
5747 // configurations of interceptor and explicit fields works fine
5820 // a stub, but interceptor produced value on its own.
5864 // global object which is between interceptor and fields' holders.
5960 // a stub, but interceptor produced value on its own.
6020 // global object which is between interceptor and callbacks' holders.
6072 // This test should hit the store IC for the interceptor case.
6116 // This test should hit the call IC for the interceptor case.
6134 // This test checks that if interceptor doesn't provide
6161 // This test checks that if interceptor provides a function,
6162 // even if we cached shadowed variant, interceptor's function
6220 // This test checks that if interceptor doesn't provide a function,
6240 // This test checks that if interceptor provides a function,
6241 // even if we cached constant function, interceptor's function
6294 // global object which is between interceptor and constant function' holders.
6372 // invoking the interceptor again.
6648 // This test should hit load and call ICs for the interceptor case.
6649 // Once in a while, the interceptor will reply that a property was not
6695 // Test interceptor load/call IC where the interceptor throws an
6738 // Test interceptor store IC where the interceptor throws an exception
8473 // Getting the property when the interceptor returns an empty handle
8481 // set locally without calling the interceptor.
8486 // Reenabling the interceptor should cause it to take precedence over
8492 // The interceptor should also work for other properties
8553 // Deleting the property when the interceptor returns an empty
8560 // without calling the interceptor.