Comment update for last patch (344139, r=mrbkap).
git-svn-id: svn://10.0.0.236/trunk@201839 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1831,6 +1831,10 @@ EmitAtomOp(JSContext *cx, JSParseNode *pn, JSOp op, JSCodeGenerator *cg)
|
||||
* or not pn->pn_op was modified, if this function finds an argument or local
|
||||
* variable name, pn->pn_attrs will contain the property's attributes after a
|
||||
* successful return.
|
||||
*
|
||||
* NB: if you add more opcodes specialized from JSOP_NAME, etc., don't forget
|
||||
* to update the TOK_FOR (for-in) and TOK_ASSIGN (op=, e.g. +=) special cases
|
||||
* in js_EmitTree.
|
||||
*/
|
||||
static JSBool
|
||||
BindNameToSlot(JSContext *cx, JSTreeContext *tc, JSParseNode *pn)
|
||||
|
||||
Reference in New Issue
Block a user