Home | History | Annotate | Download | only in src

Lines Matching refs:JSGlobalPropertyCell

382     value = JSGlobalPropertyCell::cast(value)->value();
392 JSGlobalPropertyCell* cell =
393 JSGlobalPropertyCell::cast(
429 JSGlobalPropertyCell* cell =
430 JSGlobalPropertyCell::cast(property_dictionary()->ValueAt(entry));
461 JSGlobalPropertyCell* cell =
462 JSGlobalPropertyCell::cast(dictionary->ValueAt(entry));
1090 JSGlobalPropertyCell::cast(this)->value()->ShortPrint(accumulator);
1164 JSGlobalPropertyCell::BodyDescriptor::IterateBody(this, v);
1468 JSGlobalPropertyCell::cast(store_value)->set_value(value);
1482 JSGlobalPropertyCell::cast(store_value)->set_value(value);
1988 value = JSGlobalPropertyCell::cast(value)->value();
6219 rinfo->set_target_cell(reinterpret_cast<JSGlobalPropertyCell*>(cell));
6271 Handle<JSGlobalPropertyCell> cell = it.rinfo()->target_cell_handle();
9321 JSGlobalPropertyCell* GlobalObject::GetPropertyCell(LookupResult* result) {
9324 return JSGlobalPropertyCell::cast(value);
10012 e = JSGlobalPropertyCell::cast(e)->value();