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

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

// eslint-disable-next-line no-throw-literal
throw undefined;