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:
parent
38d43f6703
commit
dca329f860
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user