Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DPropertyDescriptor.cpp133 void PropertyDescriptor::setConfigurable(bool configurable) in setConfigurable() function in JSC::PropertyDescriptor
/external/v8/src/
Dv8natives.js446 PropertyDescriptor.prototype.setConfigurable = function(configurable) { method in PropertyDescriptor