diff --git a/mozilla/js/js2/icodegenerator.h b/mozilla/js/js2/icodegenerator.h index 3dd36c081ba..fa03150f4d1 100644 --- a/mozilla/js/js2/icodegenerator.h +++ b/mozilla/js/js2/icodegenerator.h @@ -51,9 +51,6 @@ namespace JavaScript { NEW_OBJECT, // Destination Register NEW_ARRAY, // Destination Array -// GET_PROP, // Destination Register StringAtom & Base Register -// SET_PROP, // StringAtom & Base Register Source Register - GET_PROP, // Destination Register Object Register StringAtom* (name) SET_PROP, // Object Register StringAtom* (name) Source Register diff --git a/mozilla/js2/src/icodegenerator.h b/mozilla/js2/src/icodegenerator.h index 3dd36c081ba..fa03150f4d1 100644 --- a/mozilla/js2/src/icodegenerator.h +++ b/mozilla/js2/src/icodegenerator.h @@ -51,9 +51,6 @@ namespace JavaScript { NEW_OBJECT, // Destination Register NEW_ARRAY, // Destination Array -// GET_PROP, // Destination Register StringAtom & Base Register -// SET_PROP, // StringAtom & Base Register Source Register - GET_PROP, // Destination Register Object Register StringAtom* (name) SET_PROP, // Object Register StringAtom* (name) Source Register