graal-js - passing JS native object to Java - com.oracle.truffle.object.enterprise.b

Adam McMahon adam at cs.miami.edu
Mon Jan 8 21:32:21 UTC 2018


Hi,

I am attempting to get a few nashorn projects working with graal.js.  Often
we need to pass native JS objects back to Java.  In nashorn, this would be
passed back to Java as a jdk.nashorn.api.scripting.ScriptObjectMirror.

Using Graal-js it seems to be passed back as a
 com.oracle.truffle.object.enterprise.b.  Is the actual name of this class
really just "b" (perhaps for "bindings")?

Do you happen to have a link to javadoc for this class?  Or any other info?

Thanks,

-Adam


More information about the graal-dev mailing list