OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2015 the V8 project authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 Error.prepareStackTrace = (e,s) => s; | |
6 var __v_3 = Error().stack[0].constructor; | |
7 var __v_4 = {}; | |
8 function __f_3() {} | |
9 var __v_5 = __v_3.call(null, __v_4, __f_3, {valueOf() { return 1611877293 }}); | |
10 __v_5.getColumnNumber(); | |
OLD | NEW |