Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1022)

Unified Diff: test/debugger/debug/debug-liveedit-double-call.js

Issue 2680313002: Count closures using the feedback vector cell map, specialize if count==1. (Closed)
Patch Set: Only specialize if compiling from bytecode Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/test-compiler.cc ('k') | test/debugger/debug/debug-set-variable-value.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/debug-liveedit-double-call.js
diff --git a/test/debugger/debug/debug-liveedit-double-call.js b/test/debugger/debug/debug-liveedit-double-call.js
index 927efddf62afaeb6d6a3fb832f43dd40f888dad3..77d800e708cb81ce467e7b56ce86198984be1845 100644
--- a/test/debugger/debug/debug-liveedit-double-call.js
+++ b/test/debugger/debug/debug-liveedit-double-call.js
@@ -25,10 +25,10 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+// Flags: --noalways-opt
Debug = debug.Debug
-
function TestCase(test_scenario, expected_output) {
// Global variable, accessed from eval'd script.
test_output = "";
« no previous file with comments | « test/cctest/test-compiler.cc ('k') | test/debugger/debug/debug-set-variable-value.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698