Welcome to mirror list, hosted at ThFree Co, Russian Federation.

timeout_throw.js « message « test - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4008f306fe58beb6b254c11791463e5cfb4184aa (plain)
1
2
3
4
5
6
7
'use strict';
require('../common');

setTimeout(function() {
  // eslint-disable-next-line no-undef
  undefined_reference_error_maker;
}, 1);