v8/test/mjsunit/runtime-gen/debugevaluateglobal.js
rossberg@chromium.org 5427ea5285 Remove proxies from --harmony switch for M38, because problems
They can still be activated separately using the --harmony-proxies switch,
but are no longer implied by Chrome's "Experimental JavaScript" option.

R=yangguo@chromium.org
BUG=
LOG=Y

Review URL: https://codereview.chromium.org/453903002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22990 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-08 09:58:19 +00:00

11 lines
397 B
JavaScript

// Copyright 2014 the V8 project authors. All rights reserved.
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony --harmony-proxies
var _break_id = 32;
var _source = "foo";
var _disable_break = true;
var _context_extension = new Object();
try {
%DebugEvaluateGlobal(_break_id, _source, _disable_break, _context_extension);
} catch(e) {}