Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dlookup.h173 bool IsConfigurable() const { return property_details().IsConfigurable(); } in IsConfigurable() function
Dproperty-details.h389 bool IsConfigurable() const { return (attributes() & DONT_DELETE) == 0; } in IsConfigurable() function