| Index: src/mirror-debugger.js
|
| ===================================================================
|
| --- src/mirror-debugger.js (revision 7948)
|
| +++ src/mirror-debugger.js (working copy)
|
| @@ -174,11 +174,12 @@
|
| PropertyType.Field = 1;
|
| PropertyType.ConstantFunction = 2;
|
| PropertyType.Callbacks = 3;
|
| -PropertyType.Interceptor = 4;
|
| -PropertyType.MapTransition = 5;
|
| -PropertyType.ExternalArrayTransition = 6;
|
| -PropertyType.ConstantTransition = 7;
|
| -PropertyType.NullDescriptor = 8;
|
| +PropertyType.Handler = 4;
|
| +PropertyType.Interceptor = 5;
|
| +PropertyType.MapTransition = 6;
|
| +PropertyType.ExternalArrayTransition = 7;
|
| +PropertyType.ConstantTransition = 8;
|
| +PropertyType.NullDescriptor = 9;
|
|
|
|
|
| // Different attributes for a property.
|
|
|
| Property changes on: src/mirror-debugger.js
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /branches/bleeding_edge/src/mirror-debugger.js:r7794-7948
|
|
|
|
|