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

Function validateTimes

lib/internal/test_runner/mock/mock.js:991–997  ·  view source on GitHub ↗
(value, name)

Source from the content-addressed store, hash-verified

989}
990
991function validateTimes(value, name) {
992 if (value === Infinity) {
993 return;
994 }
995
996 validateInteger(value, name, 1);
997}
998
999function findMethodOnPrototypeChain(instance, methodName) {
1000 let host = instance;

Callers 2

fnMethod · 0.85
methodMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected