Home
last modified time | relevance | path

Searched refs:readonlyErrorRE (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/js-native-api/test_properties/
Dtest.js4 const readonlyErrorRE = constant
19 assert.throws(() => { test_object.readonlyValue = 3; }, readonlyErrorRE);