Bump test coverage

This commit is contained in:
kpdecker
2014-11-07 21:23:51 -06:00
parent 83bcbee222
commit d47e4dd1f7
4 changed files with 35 additions and 4 deletions
@@ -732,8 +732,8 @@ JavaScriptCompiler.prototype = {
usedLiteral = true;
} else {
// Get or create the current stack name for use by the inline
createdStack = !this.stackSlot;
var name = !createdStack ? this.topStackName() : this.incrStack();
createdStack = true;
var name = this.incrStack();
prefix = '(' + this.push(name) + ' = ' + top + ')';
stack = this.topStack();