Lines Matching refs:CALLBACKS
904 if (result->type() == CALLBACKS) {
934 // can have a special permissions which override callbacks descision
946 // API callbacks can have per callback access exceptions.
948 case CALLBACKS: {
1062 case CALLBACKS: {
1109 bool is_js_accessor = (result.type() == CALLBACKS) &&
1466 if (lookup.IsFound() && (lookup.type() == CALLBACKS)) {
1560 // add it as a local property even in case of callbacks in the
4379 if (result.IsFound() && result.type() == CALLBACKS) {
4407 (attr != result.GetAttributes() || result.type() == CALLBACKS)) {
10055 case CALLBACKS: {
10112 // is that for some property lookups (accessors and interceptors) callbacks
10159 if (result_type == CALLBACKS) {
10177 bool hasJavaScriptAccessors = result_type == CALLBACKS &&