9866670c26
R=dslomov@chromium.org, machenbach@chromium.org Review URL: https://codereview.chromium.org/250923002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21199 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
7 lines
289 B
JavaScript
7 lines
289 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
|
|
var _function = function() {};
|
|
var _without_debugger = true;
|
|
%ExecuteInDebugContext(_function, _without_debugger);
|