removed commented out GET_PROP/SET_PROP.

This commit is contained in:
beard%netscape.com 2000-04-11 02:59:52 +00:00
parent 4ca0198d48
commit bf940ffbab
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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