You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/esrefactor/test/data/error_noscope.js

8 lines
168 B
JavaScript

// exception: Unable to identify anything without a valid scope manager
context.setCode('42');
// manual hijacking
context._scopeManager = null;
context.identify(1);