/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/test/message/fail/class-fields-static-throw.js
7 строк
200 B
Michaël Zasso
deps: V8: cherry-pick ad21d212fc14
12 апр 2022, 23:10
Не верифицирован
12 апр 2022, 23:10
eba7d2d
Код
Авторство
О чём код?
// Copyright 2018 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. class X { static x = foo(); }