Lines Matching refs:value
31 // [value]: value of the global property.
32 DECL_GETTER(value, Object)
33 DECL_ACQUIRE_GETTER(value, Object)
38 // Changes the value and/or property details.
44 static PropertyCellType InitialType(Isolate* isolate, Object value);
46 // Computes the new type of the cell's contents for the given value, but
49 Object value, PropertyDetails details);
51 // Prepares property cell at given entry for receiving given value and sets
52 // that value. As a result the old cell could be invalidated and/or dependent
56 InternalIndex entry, Handle<Object> value, PropertyDetails details);
64 // Whether or not the {details} and {value} fit together. This is an
66 static bool CheckDataIsCompatible(PropertyDetails details, Object value);
79 DECL_SETTER(value, Object)
80 DECL_RELEASE_SETTER(value, Object)