/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/test/mjsunit/ignition/dead-code-source-position.js
9 строк
225 B
Ali Ijaz Sheikh
deps: upgrade V8 to 5.0.71.32
14 апр 2016, 20:03
14 апр 2016, 20:03
52af5c4
Код
Авторство
О чём код?
// 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. function f() { for (f(x) in []) { f(new f()) } } f();