aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/runtime-gen/debugnamedinterceptorpropertyvalue.js
blob: 13641d2c2b9a7f185d259208cb1a0b857ab17e9a (plain)
1
2
3
4
5
6
7
8
// 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 _obj = new Object();
var _name = "name";
try {
%DebugNamedInterceptorPropertyValue(_obj, _name);
} catch(e) {}