Bump test coverage
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user