Home
last modified time | relevance | path

Searched defs:IsConfigurable (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dlookup.h181 bool IsConfigurable() const { return property_details().IsConfigurable(); } in IsConfigurable() function
Dproperty-details.h327 bool IsConfigurable() const { return (attributes() & DONT_DELETE) == 0; } in IsConfigurable() function