mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 17:35:26 +00:00

Refs: https://github.com/v8/v8/compare/8.1.307.20...8.1.307.26 PR-URL: https://github.com/nodejs/node/pull/32521 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
13 lines
272 B
JavaScript
13 lines
272 B
JavaScript
#!/usr/bin/env d8
|
|
// Copyright 2015 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.
|
|
//
|
|
//
|
|
|
|
const x = 'valid code';
|
|
|
|
'incomplete string
|
|
|
|
const y = 'even more valid code!';
|