xref: /third_party/node/test/js-native-api/test_general/testGlobals.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/js-native-api/test_general/
11cb0ef41Sopenharmony_ci'use strict';
21cb0ef41Sopenharmony_ciconst common = require('../../common');
31cb0ef41Sopenharmony_ciconst assert = require('assert');
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ciconst test_globals = require(`./build/${common.buildType}/test_general`);
61cb0ef41Sopenharmony_ci
71cb0ef41Sopenharmony_ciassert.strictEqual(test_globals.getUndefined(), undefined);
81cb0ef41Sopenharmony_ciassert.strictEqual(test_globals.getNull(), null);
9

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