removed commented out GET_PROP/SET_PROP.

git-svn-id: svn://10.0.0.236/trunk@65589 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com 2000-04-11 02:59:52 +00:00
parent 38d43f6703
commit dca329f860
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