Searched refs:mapToId (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DJSAdapter.java205 res[index] = mapToId(array.get(index, array));
216 res[index] = mapToId(array[index]);
299 private Object mapToId(Object tmp) { method in class:JSAdapter

Completed in 29 milliseconds