Lines Matching refs:PrintF
212 PrintF("Context::Lookup("); in Lookup()
214 PrintF(")\n"); in Lookup()
219 PrintF(" - looking in context %p", reinterpret_cast<void*>(*context)); in Lookup()
220 if (context->IsScriptContext()) PrintF(" (script context)"); in Lookup()
221 if (context->IsNativeContext()) PrintF(" (native context)"); in Lookup()
222 PrintF("\n"); in Lookup()
234 PrintF(" - trying other script contexts\n"); in Lookup()
244 PrintF("=> found property in script context %d: %p\n", in Lookup()
295 PrintF("=> found property in context object %p\n", in Lookup()
318 PrintF("=> found local in context slot %d (mode = %d)\n", in Lookup()
336 PrintF("=> found intermediate function in context slot %d\n", in Lookup()
351 PrintF("=> found in catch context\n"); in Lookup()
406 PrintF("=> no property/slot found\n"); in Lookup()