HomeSort by relevance Sort by last modified time
    Searched full:empty_func (Results 1 - 2 of 2) sorted by null

  /external/v8/test/mjsunit/
getters-on-elements.js 61 empty_func = function(name) { }
62 assertUnoptimized = empty_func;
63 assertOptimized = empty_func;
65 optimize = empty_func;
66 clearFunctionTypeFeedback = empty_func;
67 deoptimizeFunction = empty_func;
59 empty_func = function(name) { } function
setters-on-elements.js 54 empty_func = function(name) { }
55 assertUnoptimized = empty_func;
56 assertOptimized = empty_func;
58 optimize = empty_func;
59 clearFunctionTypeFeedback = empty_func;
60 deoptimizeFunction = empty_func;
52 empty_func = function(name) { } function

Completed in 33 milliseconds