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