mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
This allows us to have getters not observable from JS side. PR-URL: https://github.com/nodejs/node/pull/57081 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
8 lines
159 B
JavaScript
8 lines
159 B
JavaScript
'use strict';
|
|
|
|
const { WPTRunner } = require('../common/wpt');
|
|
|
|
const runner = new WPTRunner('webidl/ecmascript-binding/es-exceptions');
|
|
|
|
runner.runJsTests();
|