63431b23d1
BUG= R=rossberg@chromium.org Review URL: https://codereview.chromium.org/351853005 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22064 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
10 lines
350 B
JavaScript
10 lines
350 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 _obj = new Object();
|
|
var _name = "name";
|
|
var arg2 = function() {};
|
|
var arg3 = function() {};
|
|
var arg4 = 2;
|
|
%DefineAccessorPropertyUnchecked(_obj, _name, arg2, arg3, arg4);
|