Searched defs:IsConfigurable (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dlookup.h128 bool IsConfigurable() const { return property_details().IsConfigurable(); } function in class:v8::internal::BASE_EMBEDDED
H A Dproperty.h182 bool IsConfigurable() const { return details_.IsConfigurable(); } function in class:v8::internal::BASE_EMBEDDED
H A Dproperty-details.h258 bool IsConfigurable() const { return (attributes() & DONT_DELETE) == 0; } function in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen.h2491 bool IsConfigurable() const { return lookup_.IsConfigurable(); } function in class:v8::internal::HOptimizedGraphBuilder::PropertyAccessInfo

Completed in 89 milliseconds