"Invoke native method " + name, null);
CompilingClassLoader isolatedClassLoader = getIsolatedClassLoader();
JsValueOOPHM jsthis = new JsValueOOPHM();
Class<?> jthisType = (jthis == null) ? Object.class : jthis.getClass();
JsValueGlue.set(jsthis, isolatedClassLoader, jthisType, jthis);
branch.log(TreeLogger.SPAM, " this=" + jsthis);
int argc = args.length;
JsValueOOPHM argv[] = new JsValueOOPHM[argc];
for (int i = 0; i < argc; ++i) {
argv[i] = new JsValueOOPHM();