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

/external/v8/test/mjsunit/tools/
H A Dprofile.js60 function ProfileTestDriver() { class
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() {
147 ProfileTestDriver.call(this);
151 Inherits(Driver, ProfileTestDriver);
199 var testDriver = new ProfileTestDriver();
[all...]

Completed in 52 milliseconds