blob: 9d7c78a3e6c15bef6864b77d477a0e6baa7a5241 (
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 arg0 = [1, 2, 3];
var arg1 = 3;
var _special = "foo";
%StringBuilderConcat(arg0, arg1, _special);
|