Home | History | Annotate | Download | only in src

Lines Matching refs:INTERCEPTOR

954     case INTERCEPTOR: {
955 // If the object has an interceptor, try real named properties.
1300 // We found an existing property. Unless it was an interceptor
1302 if (lookup.type() != INTERCEPTOR) {
1350 if (lookup.IsProperty() && (lookup.type() != INTERCEPTOR)) {
1514 if (lookup.IsFound() && lookup.type() == INTERCEPTOR) {
1521 // Found an interceptor that's not read only.
1578 // property through an interceptor and only do it if it's
5020 // Return information on whether an object has a named or indexed interceptor.
5038 // Return property names from named interceptor.
5053 // Return element names from indexed interceptor.
10075 case INTERCEPTOR:
10245 // Return property value from named interceptor.
10260 // Return element value from indexed interceptor.