Home
last modified time | relevance | path

Searched defs:trackCall (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/test_runner/
Dmock.js85 trackCall(call) { method in MockFunctionContext
104 delete MockFunctionContext.prototype.trackCall; method in delete
/third_party/node/lib/internal/test_runner/mock/
Dmock.js113 trackCall(call) { method in MockFunctionContext
136 delete MockFunctionContext.prototype.trackCall; method in delete
/third_party/python/Lib/test/
Dtest_class.py66 def trackCall(f): function