Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:function

36 function OptTracker() {
41 * The possible optimization states of a function. Must be in sync with the
53 * Always call this at the beginning of your test, once for each function
58 OptTracker.prototype.CheckpointOptCount = function(func) {
62 OptTracker.prototype.AssertOptCount = function(func, optcount) {
69 OptTracker.prototype.AssertDeoptCount = function(func, deopt_count) {
76 OptTracker.prototype.AssertDeoptHappened = function(func, expect_deopt) {
87 OptTracker.prototype.AssertIsOptimized = function(func, expect_optimized) {
102 OptTracker.prototype.GetOptCount_ = function(func) {
114 OptTracker.prototype.GetDeoptCount_ = function(func) {
125 OptTracker.prototype.DisableAsserts_ = function(func) {
138 // Example function used by the test below.
139 function f(a) {