Searched refs:has_instance_prototype (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects-inl.h5708 bool JSFunction::has_instance_prototype() { function in class:v8::Code::FindAndReplacePattern::JSFunction
5714 return map()->has_non_instance_prototype() || has_instance_prototype();
5719 ASSERT(has_instance_prototype());
H A Dobjects.h7766 inline bool has_instance_prototype();
H A Dobjects.cc10092 if (function->has_instance_prototype()) {

Completed in 144 milliseconds