Home | History | Annotate | Download | only in src

Lines Matching refs:cell_

593   cell_ = Handle<Cell>::null();
597 cell_ = Handle<Cell>(global->GetPropertyCell(lookup));
598 if (cell_->value()->IsJSFunction()) {
599 Handle<JSFunction> candidate(JSFunction::cast(cell_->value()));