summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/runtime-gen/createcollator.js
blob: 0d5b18d55ddca84a45bdfef86b99db02d62912c6 (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 _locale = "foo";
var _options = new Object();
var _resolved = new Object();
%CreateCollator(_locale, _options, _resolved);