Home
last modified time | relevance | path

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

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/optimizer/
H A DOptRuntime.java106 public static Object elemIncrDecr(Object obj, double index, in elemIncrDecr() method in OptRuntime
109 return ScriptRuntime.elemIncrDecr(obj, new Double(index), cx, in elemIncrDecr()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DInterpreter.java2243 stack[stackTop] = ScriptRuntime.elemIncrDecr(lhs, rhs, cx, in doElemIncDec()
H A DScriptRuntime.java2691 public static Object elemIncrDecr(Object obj, Object index, in elemIncrDecr() method in ScriptRuntime