ec6fe27fca
* build: add v8_context_generator to mksnapshot Starting with 3-0-x, in order to use custom snapshots the v8_context_snapshot_generator binary is also needed. Also, add tests for mksnapshot. * Actually run verify-mksnapshot
3 lines
199 B
JavaScript
3 lines
199 B
JavaScript
// taken from https://chromium.googlesource.com/v8/v8.git/+/HEAD/test/cctest/test-serialize.cc#1127
|
|
function f () { return g() * 2 } // eslint-disable-line no-unused-vars
|
|
function g () { return 43 }
|