summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/runtime-gen/weakcollectionset.js
blob: 3479ba603166db80df78932ba6677ec47f5b9eac (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 _weak_collection = new WeakMap();
var _key = new Object();
var _value = new Object();
%WeakCollectionSet(_weak_collection, _key, _value);