nashorn/test/script/nosecurity/debuggersupportapi.js.EXPECTED
author sundar
Thu, 31 Jul 2014 18:14:46 +0530
changeset 25825 b97d77f4b98e
parent 24881 67cf2d94e00a
permissions -rw-r--r--
8053908: jdeps is not PATH on Mac, results in ant clean test failure on Mac Reviewed-by: hannesw, jlaskey

class jdk.nashorn.internal.runtime.DebuggerSupport

static java.lang.Object jdk.nashorn.internal.runtime.DebuggerSupport.eval(jdk.nashorn.internal.runtime.ScriptObject,java.lang.Object,java.lang.String,boolean)
static jdk.nashorn.internal.runtime.DebuggerSupport$SourceInfo jdk.nashorn.internal.runtime.DebuggerSupport.getSourceInfo(java.lang.Class)
static void jdk.nashorn.internal.runtime.DebuggerSupport.notifyInvoke(java.lang.invoke.MethodHandle)
static java.lang.String jdk.nashorn.internal.runtime.DebuggerSupport.valueAsString(java.lang.Object)
static jdk.nashorn.internal.runtime.DebuggerSupport$DebuggerValueDesc jdk.nashorn.internal.runtime.DebuggerSupport.valueInfo(java.lang.String,java.lang.Object,boolean)
static jdk.nashorn.internal.runtime.DebuggerSupport$DebuggerValueDesc[] jdk.nashorn.internal.runtime.DebuggerSupport.valueInfos(java.lang.Object,boolean)

class jdk.nashorn.internal.runtime.DebuggerSupport$DebuggerValueDesc

final boolean jdk.nashorn.internal.runtime.DebuggerSupport$DebuggerValueDesc.expandable
final java.lang.String jdk.nashorn.internal.runtime.DebuggerSupport$DebuggerValueDesc.key
final java.lang.Object jdk.nashorn.internal.runtime.DebuggerSupport$DebuggerValueDesc.valueAsObject
final java.lang.String jdk.nashorn.internal.runtime.DebuggerSupport$DebuggerValueDesc.valueAsString

class jdk.nashorn.internal.runtime.DebuggerSupport$SourceInfo

final char[] jdk.nashorn.internal.runtime.DebuggerSupport$SourceInfo.content
final int jdk.nashorn.internal.runtime.DebuggerSupport$SourceInfo.hash
final java.lang.String jdk.nashorn.internal.runtime.DebuggerSupport$SourceInfo.name
final java.net.URL jdk.nashorn.internal.runtime.DebuggerSupport$SourceInfo.url