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

  /external/v8/src/compiler/
js-global-object-specialization.cc 79 PropertyDetails property_details = property_cell->property_details(); local
84 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) {
93 if (property_details.cell_type() != PropertyCellType::kMutable ||
94 property_details.IsConfigurable()) {
99 if (property_details.cell_type() == PropertyCellType::kConstant ||
100 property_details.cell_type() == PropertyCellType::kUndefined) {
108 if (property_details.cell_type() == PropertyCellType::kConstantType) {
160 PropertyDetails property_details = property_cell->property_details() local
    [all...]
js-create-lowering.cc 929 PropertyDetails const property_details = local
    [all...]
  /external/v8/src/
lookup.h 235 PropertyDetails property_details() const { function in class:v8::internal::BASE_EMBEDDED
240 return property_details().attributes();
242 bool IsConfigurable() const { return property_details().IsConfigurable(); }
243 bool IsReadOnly() const { return property_details().IsReadOnly(); }
244 bool IsEnumerable() const { return property_details().IsEnumerable(); }
246 return property_details().representation();
lookup.cc 416 if (property_details().attributes() == attributes) {
696 property_details_ = cell->property_details();
objects-printer.cc 1008 os << "\n - details: " << property_details();
    [all...]
objects.cc     [all...]
objects-inl.h     [all...]
bootstrapper.cc     [all...]
objects.h     [all...]
  /external/v8/src/ic/
ic.cc     [all...]
handler-compiler.cc 298 it->property_details().type() == DATA && !it->is_dictionary_holder();
407 DCHECK_EQ(DATA, it->property_details().type());
  /external/v8/src/runtime/
runtime-object.cc 66 if (cell->property_details().type() == DATA) {
runtime-scopes.cc 79 PropertyDetails old_details = it.property_details();
    [all...]
runtime-debug.cc 381 : it.property_details();
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 601 milliseconds