Searched refs:PrintPrototype (Results 1 – 2 of 2) sorted by relevance
137 void PrintPrototype(JSFunction* fun, Object* receiver);
488 PrintPrototype(fun, receiver); in PrintFunction()505 void StringStream::PrintPrototype(JSFunction* fun, Object* receiver) { in PrintPrototype() function in v8::internal::StringStream