Home | History | Annotate | Download | only in cctest

Lines Matching refs:interceptor

1747   // Associate an interceptor with an object and start setting hidden values.
3312 // Create an object with a named interceptor.
3321 // code). Then force object with a named interceptor into slow-case,
3322 // pass it to the function, and check that the interceptor is called
3345 // Create an object with a named interceptor.
3366 // Check that the interceptor was actually invoked.
3390 // transitions should not interfere with post interceptor lookup.
3444 "obj.foo;")); // This setter should not run, due to the interceptor.
4384 v8::Handle<v8::Object> interceptor = templ->NewInstance();
4385 context->Global()->Set(v8_str("whammy"), interceptor);
4602 // in numerical order, indexed interceptor properties, named
4603 // properties in insertion order, named interceptor properties.
4612 // Indexed interceptor properties in the order they are returned
4613 // from the enumerator interceptor.
4625 // Named interceptor properties.
6318 // interceptor.
6341 // eventhough there is an interceptor on the object.
6358 // time eventhough there is an interceptor on the object.
7149 // This test should hit the load IC for the interceptor case.
7161 // configurations of interceptor and explicit fields works fine
7234 // a stub, but interceptor produced value on its own.
7284 // Test how post-interceptor lookups are done in the non-cacheable
7285 // case: the interceptor should not be invoked during this lookup.
7310 // global object which is between interceptor and fields' holders.
7344 // Check the case when receiver and interceptor's holder
7353 // Check the case when interceptor's holder is in proto chain
7376 // Check the case when receiver and interceptor's holder
7386 // Check the case when interceptor's holder is in proto chain
7425 // a stub, but interceptor produced value on its own.
7485 // global object which is between interceptor and callbacks' holders.
7537 // This test should hit the store IC for the interceptor case.
7582 // This test should hit the call IC for the interceptor case.
7600 // This test checks that if interceptor doesn't provide
7627 // This test checks that if interceptor provides a function,
7628 // even if we cached shadowed variant, interceptor's function
7686 // This test checks that if interceptor doesn't provide a function,
7706 // This test checks that if interceptor provides a function,
7707 // even if we cached constant function, interceptor's function
7760 // global object which is between interceptor and constant function' holders.
7838 // invoking the interceptor again.
8316 // both before and after the interceptor in the prototype chain).
8392 // Test the map transition before the interceptor.
8414 // Test the map transition after the interceptor.
8448 // This test should hit load and call ICs for the interceptor case.
8449 // Once in a while, the interceptor will reply that a property was not
8495 // Test interceptor load/call IC where the interceptor throws an
8538 // Test interceptor store IC where the interceptor throws an exception
10690 // Getting the property when the interceptor returns an empty handle
10698 // set locally without calling the interceptor.
10703 // Reenabling the interceptor should cause it to take precedence over
10709 // The interceptor should also work for other properties
10770 // Deleting the property when the interceptor returns an empty
10777 // without calling the interceptor.