xref: /third_party/node/test/fixtures/source-map/throw-on-require.ts
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/source-map/
11cb0ef41Sopenharmony_cienum ATrue {
21cb0ef41Sopenharmony_ci  IsTrue = 1,
31cb0ef41Sopenharmony_ci  IsFalse = 0
41cb0ef41Sopenharmony_ci}
51cb0ef41Sopenharmony_ci 
61cb0ef41Sopenharmony_ciif (false) {
71cb0ef41Sopenharmony_ci  console.info('unreachable')
81cb0ef41Sopenharmony_ci} else if (true) {
91cb0ef41Sopenharmony_ci  throw Error('throw early')
101cb0ef41Sopenharmony_ci} else {
111cb0ef41Sopenharmony_ci  console.info('unreachable')
121cb0ef41Sopenharmony_ci}
13

Indexes created Thu Nov 07 10:32:03 CST 2024