Searched refs:gettotalrefcount (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_weakreferences.py44 from sys import gettotalrefcount namespace
47 gettotalrefcount = lambda: 0 variable
100 num_refs = gettotalrefcount()
102 lost = gettotalrefcount() - num_refs
H A Dtest_test_component.py486 from sys import gettotalrefcount namespace
489 def gettotalrefcount(): function
528 num_refs = gettotalrefcount()
537 lost = gettotalrefcount() - num_refs

Completed in 34 milliseconds