mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
5 lines
220 B
JavaScript
5 lines
220 B
JavaScript
// taken from https://chromium.googlesource.com/v8/v8.git/+/HEAD/test/cctest/test-serialize.cc
|
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
function f () { return g() * 2; }
|
|
function g () { return 43; }
|