Bug 1099517 - Fix category/type of JSOP_DEBUGAFTERYIELD for bytecode documentation. r=jandem

This commit is contained in:
Tooru Fujisawa 2014-11-21 01:27:21 +09:00
Родитель f53d7464f2
Коммит 69bc0ba9ab
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -72,6 +72,7 @@
* Logical Operators
* Special Operators
* Stack Operations
* Debugger
* [Literals]
* Constants
* Object
@ -1620,10 +1621,11 @@
macro(JSOP_FORCEINTERPRETER, 207, "forceinterpreter", NULL, 1, 0, 0, JOF_BYTE) \
\
/*
* Bytecode emitted after 'yield' statements to help the Debugger
* Bytecode emitted after 'yield' expressions to help the Debugger
* fix up the frame in the JITs. No-op in the interpreter.
*
* Category: Debugger
* Category: Operator
* Type: Debugger
* Operands:
* Stack: =>
*/ \