Home | History | Annotate | Download | only in src

Lines Matching defs:callbacks

707   if (result->type() == CALLBACKS) {
737 // can have a special permissions which override callbacks descision
749 // API callbacks can have per callback access exceptions.
751 case CALLBACKS: {
868 case CALLBACKS: {
870 FixedArray* callbacks =
874 elms->set(GETTER_INDEX, callbacks->get(0));
877 elms->set(SETTER_INDEX, callbacks->get(1));
915 bool is_js_accessor = (result.type() == CALLBACKS) &&
1130 if (is_const_property && (lookup.type() == CALLBACKS)) {
1301 if (lookup.IsProperty() && (lookup.type() == CALLBACKS)) {
1427 // add it as a local property even in case of callbacks in the
3889 (result.type() == CALLBACKS) &&
3901 (attr != result.GetAttributes() || result.type() == CALLBACKS)) {
9111 case CALLBACKS: {
9167 // is that for some property lookups (accessors and interceptors) callbacks
9214 if (result_type == CALLBACKS) {
9232 bool hasJavaScriptAccessors = result_type == CALLBACKS &&