MCPcopy Create free account
hub / github.com/nodejs/node / TestAllReadonlys

Function TestAllReadonlys

deps/v8/test/mjsunit/readonly.js:158–164  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

156];
157
158function TestAllReadonlys(f) {
159 // Provide various methods to making a property read-only.
160 for (var i = 0; i < readonlys.length; ++i) {
161 print(' readonly =', i);
162 f(readonlys[i]);
163 }
164}
165
166
167// Different use scenarios.

Callers 1

readonly.jsFile · 0.85

Calls 2

fFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected