HomeSort by relevance Sort by last modified time
    Searched full:namedinterceptor (Results 1 - 4 of 4) sorted by null

  /external/guice/core/test/com/google/inject/
MethodInterceptionTest.java 290 new NamedInterceptor("a", callList),
291 new NamedInterceptor("b", callList),
292 new NamedInterceptor("c", callList));
302 private final class NamedInterceptor implements MethodInterceptor {
306 NamedInterceptor(String name, List<String> callList) {
  /external/v8/test/mjsunit/
mirror-array.js 82 assertEquals(void 0, fromJSON.namedInterceptor, 'No named interceptor expected in JSON');
mirror-object.js 109 assertEquals(void 0, fromJSON.namedInterceptor, 'No named interceptor expected in JSON');
  /external/v8/src/debug/
mirrors.js     [all...]

Completed in 98 milliseconds