Searched refs:propNames (Results 1 – 5 of 5) sorted by relevance
46 var propNames = Object.getOwnPropertyNames(func.prototype);47 if (propNames.length == 0 ||48 (propNames.length == 1 && propNames[0] == "constructor")) {58 for (var i = 0; i < propNames.length; i++) {59 var propName = propNames[i];
279 PropertyNameArray propNames(exec); in KJSValueToCFTypeInternal() local280 object->getPropertyNames(exec, propNames); in KJSValueToCFTypeInternal()281 PropertyNameArray::const_iterator iter = propNames.begin(); in KJSValueToCFTypeInternal()282 PropertyNameArray::const_iterator end = propNames.end(); in KJSValueToCFTypeInternal()318 PropertyNameArray propNames(exec); in KJSValueToCFTypeInternal() local319 object->getPropertyNames(exec, propNames); in KJSValueToCFTypeInternal()327 PropertyNameArray::const_iterator iter = propNames.begin(); in KJSValueToCFTypeInternal()328 PropertyNameArray::const_iterator end = propNames.end(); in KJSValueToCFTypeInternal()
78 PropertyNameArray propNames(exec); in JSObjectCopyPropertyNames() local79 object->getPropertyNames(exec, propNames); in JSObjectCopyPropertyNames()80 PropertyNameArray::const_iterator iterator = propNames.begin(); in JSObjectCopyPropertyNames()82 while (iterator != propNames.end()) { in JSObjectCopyPropertyNames()
751 var propNames = {};755 propNames[globalObjEdge._nameOrIndex] = true;762 && (globalObjEdge._nameOrIndex in propNames))
572 Enumeration propNames; in setOutputFormat() local573 propNames = format.propertyNames(); in setOutputFormat()574 while (propNames.hasMoreElements()) in setOutputFormat()576 String key = (String) propNames.nextElement(); in setOutputFormat()