Lines Matching defs:found
3 // found in the LICENSE file.
171 Maybe<bool> found = JSReceiver::HasProperty(it);
172 if (!is_with_context || found.IsNothing() || !found.FromJust()) return found;
249 PrintF("=> found property in script context %d: %p\n",
281 Maybe<bool> found = UnscopableLookup(&it, context->IsWithContext());
282 if (found.IsNothing()) {
288 maybe = Just(found.FromJust() ? NONE : ABSENT);
299 PrintF("=> found property in context object %p\n",
330 PrintF("=> found local in context slot %d (mode = %hhu)\n",
347 PrintF("=> found intermediate function in context slot %d\n",
371 PrintF("=> found in module imports or exports\n");
389 Maybe<bool> found = JSReceiver::HasProperty(&it);
390 if (found.FromMaybe(false)) {
424 PrintF("=> no property/slot found\n");