Lines Matching refs:PrintF
193 PrintF("Context::Lookup("); in Lookup()
195 PrintF(")\n"); in Lookup()
200 PrintF(" - looking in context %p", reinterpret_cast<void*>(*context)); in Lookup()
201 if (context->IsScriptContext()) PrintF(" (script context)"); in Lookup()
202 if (context->IsNativeContext()) PrintF(" (native context)"); in Lookup()
203 PrintF("\n"); in Lookup()
217 PrintF(" - trying other script contexts\n"); in Lookup()
228 PrintF("=> found property in script context %d: %p\n", in Lookup()
279 PrintF("=> found property in context object %p\n", in Lookup()
301 PrintF("=> found local in context slot %d (mode = %hhu)\n", in Lookup()
319 PrintF("=> found intermediate function in context slot %d\n", in Lookup()
343 PrintF("=> found in module imports or exports\n"); in Lookup()
402 PrintF("=> no property/slot found\n"); in Lookup()