Searched defs:setConfigurable (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ | ||
D | PropertyDescriptor.cpp | 133 void PropertyDescriptor::setConfigurable(bool configurable) in setConfigurable() function in JSC::PropertyDescriptor |
/external/v8/src/ | ||
D | v8natives.js | 446 PropertyDescriptor.prototype.setConfigurable = function(configurable) { method in PropertyDescriptor |