blob: 330aeae9c04a04405c4774ae2382fe3f4e453ffb [file] [log] [blame]
// 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);