HomeSort by relevance Sort by last modified time
    Searched refs:PropertyLocation (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
property-details.h 76 enum PropertyLocation { kField = 0, kDescriptor = 1 };
260 PropertyLocation location, Representation representation,
312 PropertyLocation location() const { return LocationField::decode(value_); }
347 class LocationField : public BitField<PropertyLocation, 1, 1> {};
objects.cc     [all...]
  /external/v8/test/cctest/
test-transitions.cc 26 PropertyLocation location) {

Completed in 87 milliseconds