Home | History | Annotate | Download | only in src

Lines Matching refs:PrintF

87     PrintF("Context::Lookup(");
89 PrintF(")\n");
94 PrintF(" - looking in context %p", reinterpret_cast<void*>(*context));
95 if (context->IsGlobalContext()) PrintF(" (global context)");
96 PrintF("\n");
115 PrintF("=> found property in context object %p\n",
134 PrintF("=> found local in context slot %d (mode = %d)\n",
167 PrintF("=> found parameter %d in arguments object\n", param_index);
180 PrintF("=> found intermediate function in context slot %d\n",
203 PrintF("=> no property/slot found\n");