Lines Matching defs:current
426 // 2. Let current be ? O.[[GetOwnProperty]](P).
429 PropertyDescriptor current;
430 Maybe<bool> has_own = GetOwnPropertyDescriptor(&it, ¤t);
433 // 3. If current is undefined, return false.
439 // SameValue(Desc.[[Value]], current.[[Value]]).
445 (desc->has_value() && !desc->value()->SameValue(*current.value()))) {
468 SourceTextModule current = worklist.back();
470 DCHECK_GE(current.status(), kLinked);
472 if (current.async()) return true;
473 FixedArray requested_modules = current.requested_modules();