2018-11-09 14:54:17 +00:00
|
|
|
// taken from https://chromium.googlesource.com/v8/v8.git/+/HEAD/test/cctest/test-serialize.cc#1127
|
2020-03-20 20:28:31 +00:00
|
|
|
function f () { return g() * 2; } // eslint-disable-line no-unused-vars
|
|
|
|
function g () { return 43; }
|