Home | History | Annotate | Download | only in src

Lines Matching refs:cell_

593   cell_ = Handle<Cell>::null();
595 cell_ = it->GetPropertyCell();
596 if (cell_->value()->IsJSFunction()) {
597 Handle<JSFunction> candidate(JSFunction::cast(cell_->value()));