Home | History | Annotate | Download | only in src

Lines Matching refs:cell_

529   cell_ = Handle<JSGlobalPropertyCell>::null();
533 cell_ = Handle<JSGlobalPropertyCell>(global->GetPropertyCell(lookup));
534 if (cell_->value()->IsJSFunction()) {
535 Handle<JSFunction> candidate(JSFunction::cast(cell_->value()));