mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
removed commented out GET_PROP/SET_PROP.
This commit is contained in:
parent
4ca0198d48
commit
bf940ffbab
@ -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