mirror of https://github.com/lukechilds/node.git
Browse Source
Pick up the latest patch-level from V8 stable. This includes the following fix:
* c408ea72bf
Make AstRawString deduplication encoding-agnostic.
BUG=v8:4450
LOG=N
R=hablich@chromium.org
TBR=hablich@chromium.org
Review URL: https://codereview.chromium.org/1494293003
See also: https://github.com/nodejs/node/pull/4128
PR-URL: https://github.com/nodejs/node/pull/4160
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
process-exit-stdio-flushing
Ali Ijaz Sheikh
9 years ago
3 changed files with 35 additions and 5 deletions
@ -0,0 +1,8 @@ |
|||||
|
// 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.
|
||||
|
|
||||
|
({})['foobar\u2653'.slice(0, 6)] = null; |
||||
|
var x; |
||||
|
eval('x = function foobar() { return foobar };'); |
||||
|
x(); |
Loading…
Reference in new issue