Home
last modified time | relevance | path

Searched refs:SetExpectedNofProperties (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dhandles.h260 void SetExpectedNofProperties(Handle<JSFunction> func, int nof);
Dhandles.cc157 void SetExpectedNofProperties(Handle<JSFunction> func, int nof) { in SetExpectedNofProperties() function
Druntime.cc2233 SetExpectedNofProperties(function, num); in RUNTIME_FUNCTION()