Home
last modified time | relevance | path

Searched refs:ObjectGetOwnPropertyNames (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
Dv8natives.js1110 function ObjectGetOwnPropertyNames(obj) { class
1255 var names = ObjectGetOwnPropertyNames(obj);
1279 var names = ObjectGetOwnPropertyNames(obj);
1323 var names = ObjectGetOwnPropertyNames(obj);
1346 var names = ObjectGetOwnPropertyNames(obj);
1443 "getOwnPropertyNames", ObjectGetOwnPropertyNames,