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