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

  /external/v8/src/
lookup.h 181 bool IsConfigurable() const { return property_details().IsConfigurable(); }
property-details.h 327 bool IsConfigurable() const { return (attributes() & DONT_DELETE) == 0; }
objects.cc     [all...]
elements.cc     [all...]
  /external/v8/src/compiler/
property-access-builder.cc 200 it.IsReadOnly() && !it.IsConfigurable();
js-native-context-specialization.cc 609 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) {
616 property_details.IsConfigurable()) {
    [all...]
  /external/v8/src/runtime/
runtime-object.cc 163 if (!details.IsConfigurable()) return false;
    [all...]

Completed in 144 milliseconds