summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/runtime-gen/mapset.js
blob: 32c2080a8d0ddfb238695413ce7fdde6cc4bc819 (plain)
1
2
3
4
5
6
7
// 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 _holder = new Map();
var _key = new Object();
var _value = new Object();
%MapSet(_holder, _key, _value);