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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DScriptObjectMirror.java115 final Object self = globalChanged? wrapLikeMe(thiz, oldGlobal) : thiz;
116 return wrapLikeMe(ScriptRuntime.apply((ScriptFunction)sobj, unwrap(self, global), unwrapArray(modArgs, global)));
145 return wrapLikeMe(ScriptRuntime.construct((ScriptFunction)sobj, unwrapArray(modArgs, global)));
174 return wrapLikeMe(context.eval(global, s, sobj, null));
198 return wrapLikeMe(ScriptRuntime.apply((ScriptFunction)val, sobj, unwrapArray(modArgs, global)));
222 return wrapLikeMe(sobj.get(name));
231 return wrapLikeMe(sobj.get(index));
369 final Object value = translateUndefined(wrapLikeMe(sobj.get(key)));
383 return translateUndefined(wrapLikeMe(sobj.get(key)));
420 final Object modValue = globalChanged? wrapLikeMe(valu
718 private Object wrapLikeMe(final Object obj, final Object homeGlobal) { method in class:ScriptObjectMirror
727 private Object wrapLikeMe(final Object obj) { method in class:ScriptObjectMirror
[all...]

Completed in 30 milliseconds