xref: /third_party/node/test/fixtures/source-map/output/source_map_eval.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/source-map/output/
11cb0ef41Sopenharmony_ci// Flags:  --enable-source-maps
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_ci'use strict';
41cb0ef41Sopenharmony_cirequire('../../../common');
51cb0ef41Sopenharmony_ciError.stackTraceLimit = 3;
61cb0ef41Sopenharmony_ci
71cb0ef41Sopenharmony_ciconst fs = require('fs');
81cb0ef41Sopenharmony_ci
91cb0ef41Sopenharmony_ciconst content = fs.readFileSync(require.resolve('../tabs.js'), 'utf8');
101cb0ef41Sopenharmony_cieval(content);
11

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