Home
last modified time | relevance | path

Searched defs:constant_function (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-crbug-305309.js31 this.constant_function = function() {}; method in BadProto
/external/v8/src/ic/
Dcall-optimization.h22 Handle<JSFunction> constant_function() const { in constant_function() function