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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DScriptUtils.java142 public static Object[] unwrapArray(final Object[] args) { method in class:ScriptUtils
147 return ScriptObjectMirror.unwrapArray(args, Context.getGlobal());
H A DScriptObjectMirror.java116 return wrapLikeMe(ScriptRuntime.apply((ScriptFunction)sobj, unwrap(self, global), unwrapArray(modArgs, global)));
145 return wrapLikeMe(ScriptRuntime.construct((ScriptFunction)sobj, unwrapArray(modArgs, global)));
198 return wrapLikeMe(ScriptRuntime.apply((ScriptFunction)val, sobj, unwrapArray(modArgs, global)));
785 public static Object[] unwrapArray(final Object[] args, final Object homeGlobal) { method in class:ScriptObjectMirror

Completed in 45 milliseconds