Home
last modified time | relevance | path

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

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DArguments.java125 int definedCount = f.getParamCount(); in sharedWithActivation() local
126 if (index < definedCount) { in sharedWithActivation()
129 if (index < definedCount - 1) { in sharedWithActivation()
131 for (int i = index + 1; i < definedCount; i++) { in sharedWithActivation()