summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/call-undeclared-constructor.out
blob: bbfa37c21b13d7bf5acb2b8b9e7ed07119884dad (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2016 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

*%(basename)s:5: ReferenceError: not_declared is not defined
new not_declared();
^
ReferenceError: not_declared is not defined
    at *%(basename)s:5:1