Home | History | Annotate | Download | only in src

Lines Matching refs:store_value

655     Handle<Object> store_value = value;
657 store_value = object->GetIsolate()->factory()->NewPropertyCell(value);
661 property_dictionary, name, store_value, details);