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