Home
last modified time | relevance | path

Searched refs:trackCall (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/test_runner/
Dmock.js85 trackCall(call) { method in MockFunctionContext
103 const { nextImpl, restore, trackCall } = MockFunctionContext.prototype;
104 delete MockFunctionContext.prototype.trackCall; method in delete
291 FunctionPrototypeCall(trackCall, ctx, {
315 FunctionPrototypeCall(trackCall, ctx, {
/third_party/python/Lib/test/
Dtest_class.py66 def trackCall(f): function
421 @trackCall
425 @trackCall
429 @trackCall