11cb0ef41Sopenharmony_ciconst assert = require('assert'); 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_ciconst object = require('./warning-skip-proxy-traps-a.js'); 41cb0ef41Sopenharmony_ci 51cb0ef41Sopenharmony_ciassert.throws(() => { 61cb0ef41Sopenharmony_ci object.missingPropProxyTrap; 71cb0ef41Sopenharmony_ci}, { 81cb0ef41Sopenharmony_ci message: 'get: missingPropProxyTrap', 91cb0ef41Sopenharmony_ci name: 'Error', 101cb0ef41Sopenharmony_ci}); 11