Home
last modified time | relevance | path

Searched refs: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
47 b2.constant_function = "no longer constant!";
/external/v8/src/ic/
Dcall-optimization.h22 Handle<JSFunction> constant_function() const { in constant_function() function