Home | History | Annotate | Download | only in src

Lines Matching refs:CALLBACKS

172   // data structure used to store the callbacks.  Eventually foreign
173 // callbacks should be phased out.
183 // api style callbacks.
298 // Only deal with CALLBACKS and INTERCEPTOR
306 case CALLBACKS: {
366 case CALLBACKS: {
571 // callbacks or interceptor calls.
625 case CALLBACKS:
1970 // data structure used to store the callbacks. Eventually foreign
1971 // callbacks should be phased out.
1983 // api style callbacks
2061 if (result->type() == CALLBACKS && !result->IsReadOnly()) return;
2097 if (details.type() == CALLBACKS) {
2124 if (accessor_result.type() == CALLBACKS) {
2547 // We only need to deal with CALLBACKS and INTERCEPTORS
2561 case CALLBACKS: {
2577 // set is callbacks marked as ALL_CAN_WRITE on the prototype chain.
2883 // Make sure that the top context does not change when doing callbacks or
2965 case CALLBACKS:
3010 // because ConvertDescriptorToField() which is called in "case CALLBACKS:"
3029 // Make sure that the top context does not change when doing callbacks or
3084 case CALLBACKS:
3132 // callbacks or interceptor calls.
3209 case CALLBACKS:
3368 case CALLBACKS: {
3850 // callbacks or interceptor calls.
4248 if (name->Equals(descs->GetKey(i)) && descs->GetType(i) == CALLBACKS) {
4318 if (result->IsFound() && result->type() == CALLBACKS) return;
4336 if (details.type() == CALLBACKS && result->IsAccessorPair()) {
4340 PropertyDetails(attributes, CALLBACKS, index));
4423 if (result.type() == CALLBACKS) {
4477 PropertyDetails details = PropertyDetails(attributes, CALLBACKS);
4486 // Update the dictionary with the new CALLBACKS property.
4534 // Update the dictionary with the new CALLBACKS property.
4535 PropertyDetails details = PropertyDetails(attributes, CALLBACKS);
4574 // Make sure that the top context does not change when doing callbacks or
4607 // Make sure that the top context does not change when doing callbacks or
4624 // Accessors overwrite previous callbacks (cf. with getters/setters).
4675 // Make sure that the top context does not change when doing callbacks or
4698 if (dictionary->DetailsAt(entry).type() == CALLBACKS &&
4713 if (result.type() == CALLBACKS) {
4911 // An exception is made for CALLBACKS entries: An even index means we look
4923 case CALLBACKS: {
5702 if (details.type() == CALLBACKS && value->IsAccessorPair()) {
5747 t == CALLBACKS ||
7224 case CALLBACKS: {
7298 case CALLBACKS: {
7629 if (result.IsFound() && result.type() == CALLBACKS) {
8340 case CALLBACKS: return "CALLBACKS";
8746 // callbacks or interceptor calls.
8948 // callbacks or interceptor calls.
8989 // api style callbacks.
9043 // data structure used to store the callbacks. Eventually foreign
9044 // callbacks should be phased out.
9048 // api style callbacks
9248 if (details.type() == CALLBACKS && set_mode == SET_PROPERTY) {
9759 // callbacks or interceptor calls.
10175 return result.IsFound() && (result.type() == CALLBACKS);
10940 case CALLBACKS: {
11214 if (details.type() == CALLBACKS) {
12448 } else if (type == CALLBACKS) {