11cb0ef41Sopenharmony_ciif (global.maybe) 21cb0ef41Sopenharmony_ci module.exports = require('../is-object'); 31cb0ef41Sopenharmony_ciexports['invalid identifier'] = 'yes'; 41cb0ef41Sopenharmony_cimodule.exports['?invalid'] = 'yes'; 51cb0ef41Sopenharmony_cimodule.exports['π'] = 'yes'; 61cb0ef41Sopenharmony_ciexports['\u{D83C}'] = 'no'; 71cb0ef41Sopenharmony_ciexports['\u{D83C}\u{DF10}'] = 'yes'; 81cb0ef41Sopenharmony_ciexports.package = 10; // reserved word 91cb0ef41Sopenharmony_ciObject.defineProperty(exports, 'z', { value: 'yes' }); 10