added DELETE_PROP instruction to implement the "delete" operation.

git-svn-id: svn://10.0.0.236/trunk@73520 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2000-06-29 17:11:50 +00:00
parent d56893b078
commit aa7664867d
2 changed files with 12 additions and 0 deletions

View File

@@ -138,6 +138,12 @@ $ops{"NEW_ARRAY"} =
rem => "dest",
params => [ ("TypedRegister") ]
};
$ops{"DELETE_PROP"} =
{
super => "Instruction_3",
rem => "dest, object, prop name",
params => [ ("TypedRegister", "TypedRegister", "const StringAtom*") ]
};
$ops{"GET_PROP"} =
{
super => "Instruction_3",