aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/runtime-gen/stringmatch.js
blob: 330aeae9c04a04405c4774ae2382fe3f4e453ffb (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 _subject = "foo";
var _regexp = /ab/g;
var arg2 = ['a', 'b'];
%StringMatch(_subject, _regexp, arg2);