MCPcopy Index your code
hub / github.com/prototypejs/prototype / buildMessage

Function buildMessage

test/unit/static/js/assertions.js:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 }
9
10 function buildMessage() {
11 var args = $A(arguments), template = args.shift();
12 return template.interpolate(args);
13 }
14
15 function fail (actual, expected, message, operator, stackStartFunction) {
16 throw new AssertionError({

Callers 1

assertions.jsFile · 0.70

Calls 1

$AFunction · 0.85

Tested by

no test coverage detected