added NEW_CLASS instruction.

git-svn-id: svn://10.0.0.236/trunk@73115 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2000-06-23 23:41:27 +00:00
parent a08152032b
commit 5d613bac76
2 changed files with 12 additions and 0 deletions

View File

@@ -120,6 +120,12 @@ $ops{"NEW_OBJECT"} =
rem => "dest",
params => [ ("TypedRegister") ]
};
$ops{"NEW_CLASS"} =
{
super => "Instruction_2",
rem => "dest, class name",
params => [ ("TypedRegister", "const StringAtom*") ]
};
$ops{"NEW_FUNCTION"} =
{
super => "Instruction_2",

View File

@@ -120,6 +120,12 @@ $ops{"NEW_OBJECT"} =
rem => "dest",
params => [ ("TypedRegister") ]
};
$ops{"NEW_CLASS"} =
{
super => "Instruction_2",
rem => "dest, class name",
params => [ ("TypedRegister", "const StringAtom*") ]
};
$ops{"NEW_FUNCTION"} =
{
super => "Instruction_2",