xref: /third_party/node/test/fixtures/cycles/warning-skip-proxy-traps-b.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/cycles/
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

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