Home | History | Annotate | Download | only in src

Lines Matching full:cell

656         Handle<JSGlobalPropertyCell> cell(global->GetPropertyCell(lookup));
657 if (!cell->value()->IsJSFunction()) return Handle<Code>::null();
658 Handle<JSFunction> function(JSFunction::cast(cell->value()));
660 argc, kind_, extra_state, name, receiver, global, cell, function);
968 Handle<JSGlobalPropertyCell> cell(global->GetPropertyCell(lookup));
970 name, receiver, global, cell, lookup->IsDontDelete());
1431 // from the property cell. So the property must be directly on the
1434 Handle<JSGlobalPropertyCell> cell(global->GetPropertyCell(lookup));
1436 name, global, cell, strict_mode);