post inc/dec

git-svn-id: svn://10.0.0.236/trunk@69111 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2000-05-11 00:35:43 +00:00
parent 1ed0e7b17e
commit 031f79e924
2 changed files with 36 additions and 0 deletions

View File

@@ -127,6 +127,24 @@ $ops{"SET_PROP"} =
rem => "object, name, source",
params => [ ("Register", "const StringAtom*", "Register") ]
};
$ops{"PROP_XCR"} =
{
super => "Instruction_4",
rem => "dest, source, name, value",
params => [ ("Register", "Register", "const StringAtom*", "double") ]
};
$ops{"NAME_XCR"} =
{
super => "Instruction_3",
rem => "dest, name, value",
params => [ ("Register", "const StringAtom*", "double") ]
};
$ops{"VAR_XCR"} =
{
super => "Instruction_3",
rem => "dest, source, value",
params => [ ("Register", "Register", "double") ]
};
$ops{"GET_ELEMENT"} =
{
super => "Instruction_3",