MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / assert

Function assert

tests/xs/issues/__440.js:8–11  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

6// print("test __440.js DISABLED");
7
8function assert(a) {
9 if (!a)
10 throw Error("Bad assertion!");
11}
12
13function testProperties(o, initProperty, testProperty, shouldThrow) {
14 Object.defineProperty(arguments, 0, initProperty);

Callers 15

__895.jsFile · 0.70
reviverFunction · 0.70
testPropertiesFunction · 0.70
__484.jsFile · 0.70
keys.jsFile · 0.50
getset.jsFile · 0.50
slice.jsFile · 0.50
constructor.jsFile · 0.50
fileconstructor.jsFile · 0.50
blockSize.jsFile · 0.50
read.jsFile · 0.50
byteLength.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected