xref
: /
third_party
/
node
/
test
/
fixtures
/
policy-manifest
/
main-constructor-bypass.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/policy-manifest/
1
const
m =
new
require
.
main
.
constructor
();
2
m.
require
(
'./invalid-module'
)
3