electron/spec/fixtures/testsnap.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
220 B
JavaScript
Raw Normal View History

// 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; }