зеркало из https://github.com/mozilla/pjs.git
Removed unnecessary arg. from Call instruction.
This commit is contained in:
Родитель
68c488539e
Коммит
871fb6eab9
|
@ -140,9 +140,9 @@ $ops{"NEW_CLASS"} =
|
|||
};
|
||||
$ops{"NEW_FUNCTION"} =
|
||||
{
|
||||
super => "Instruction_3",
|
||||
rem => "dest, ICodeModule, Function Definition",
|
||||
params => [ ("TypedRegister", "ICodeModule*", "FunctionDefinition*") ]
|
||||
super => "Instruction_2",
|
||||
rem => "dest, ICodeModule",
|
||||
params => [ ("TypedRegister", "ICodeModule*") ]
|
||||
};
|
||||
$ops{"NEW_ARRAY"} =
|
||||
{
|
||||
|
|
|
@ -140,9 +140,9 @@ $ops{"NEW_CLASS"} =
|
|||
};
|
||||
$ops{"NEW_FUNCTION"} =
|
||||
{
|
||||
super => "Instruction_3",
|
||||
rem => "dest, ICodeModule, Function Definition",
|
||||
params => [ ("TypedRegister", "ICodeModule*", "FunctionDefinition*") ]
|
||||
super => "Instruction_2",
|
||||
rem => "dest, ICodeModule",
|
||||
params => [ ("TypedRegister", "ICodeModule*") ]
|
||||
};
|
||||
$ops{"NEW_ARRAY"} =
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче