Bug 1171871 - Fix bytecode documentation comment for JSOP_NEWTARGET. r=efaust

This commit is contained in:
Tooru Fujisawa 2015-06-08 22:31:43 +09:00
parent 97fdf049be
commit 137a1cef35

View File

@ -1517,10 +1517,10 @@
/*
* Push "new.target"
*
* Category: Variables and Scopes
* Type: Arguments
* Operands:
* Stack: => new.target
* Category: Variables and Scopes
* Type: Arguments
* Operands:
* Stack: => new.target
*/ \
macro(JSOP_NEWTARGET, 148, "newtarget", NULL, 1, 0, 1, JOF_BYTE) \
\