blob: 75d197efa9dbd2fd8b305e436ae0993290a5aee4 [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 _string = "foo";
var _trimLeft = true;
var _trimRight = true;
%StringTrim(_string, _trimLeft, _trimRight);