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

  /external/v8/src/
lookup.h 226 PropertyDetails property_details() const { function in class:v8::internal::BASE_EMBEDDED
231 return property_details().attributes();
233 bool IsConfigurable() const { return property_details().IsConfigurable(); }
234 bool IsReadOnly() const { return property_details().IsReadOnly(); }
235 bool IsEnumerable() const { return property_details().IsEnumerable(); }
237 return property_details().representation();
239 PropertyLocation location() const { return property_details().location(); }
240 PropertyConstness constness() const { return property_details().constness(); }
lookup.cc 230 property_details_ = cell->property_details();
297 property_details_ = cell->property_details();
504 if (property_details().attributes() == attributes) {
837 property_details_ = cell->property_details();
    [all...]
objects-printer.cc     [all...]
objects-inl.h     [all...]
bootstrapper.cc     [all...]
objects.h     [all...]
  /external/v8/src/ic/
handler-compiler.cc 167 PropertyDetails details = it->property_details();
280 DCHECK_EQ(kData, it->property_details().kind());
281 DCHECK_EQ(kField, it->property_details().location());
ic.cc     [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc 330 PropertyDetails property_details = property_cell->property_details(); local
332 PropertyCellType property_cell_type = property_details.cell_type();
336 if (property_details.IsReadOnly()) {
371 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) {
377 if (property_details.cell_type() != PropertyCellType::kMutable ||
378 property_details.IsConfigurable()) {
383 if (property_details.cell_type() == PropertyCellType::kConstant ||
384 property_details.cell_type() == PropertyCellType::kUndefined)
    [all...]
js-create-lowering.cc 1152 PropertyDetails const property_details = local
    [all...]
  /external/v8/src/runtime/
runtime-object.cc 74 if (cell->property_details().kind() == kData) {
    [all...]
runtime-debug.cc 368 : it.property_details();
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 3350 milliseconds