Lines Matching refs:PrintF
230 PrintF("Context::Lookup("); in Lookup()
232 PrintF(")\n"); in Lookup()
237 PrintF(" - looking in context %p", reinterpret_cast<void*>(*context)); in Lookup()
238 if (context->IsScriptContext()) PrintF(" (script context)"); in Lookup()
239 if (context->IsNativeContext()) PrintF(" (native context)"); in Lookup()
240 PrintF("\n"); in Lookup()
252 PrintF(" - trying other script contexts\n"); in Lookup()
262 PrintF("=> found property in script context %d: %p\n", in Lookup()
306 PrintF("=> found property in context object %p\n", in Lookup()
331 PrintF("=> found local in context slot %d (mode = %d)\n", in Lookup()
347 PrintF("=> found intermediate function in context slot %d\n", in Lookup()
363 PrintF("=> found in catch context\n"); in Lookup()
383 PrintF("=> no property/slot found\n"); in Lookup()