Home | History | Annotate | Download | only in tools

Lines Matching refs:prototype

68 ProfileTestDriver.prototype.funcAddrs_ = {
74 ProfileTestDriver.prototype.addFunctions_ = function() {
87 ProfileTestDriver.prototype.enter = function(funcName) {
95 ProfileTestDriver.prototype.stay = function() {
100 ProfileTestDriver.prototype.leave = function() {
105 ProfileTestDriver.prototype.execute = function() {
138 tempCtor.prototype = parentCtor.prototype;
139 childCtor.superClass_ = parentCtor.prototype;
140 childCtor.prototype = new tempCtor();
141 childCtor.prototype.constructor = childCtor;
153 Driver.prototype.enter = function(func) {
167 Driver.prototype.stay = function() {
178 Driver.prototype.leave = function() {
234 Driver.prototype.increment = function(func, self, total) {
242 Driver.prototype.incrementTotals = function() {
254 Driver.prototype.enter = function(func) {
261 Driver.prototype.stay = function() {
267 Driver.prototype.leave = function() {
272 Driver.prototype.extractRoot = function() {