summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/runtime-gen/collectstacktrace.js
blob: bac9b6a66cd4f53f50f95d90fb6f15b51d1f66fb (plain)
1
2
3
4
5
6
// 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 _error_object = new Object();
var _caller = new Object();
%CollectStackTrace(_error_object, _caller);