nashorn/test/script/nosecurity/debuggersupportapi.js.EXPECTED
author chegar
Wed, 10 Feb 2016 22:58:27 +0000
changeset 35743 80ba74046cf1
parent 24881 67cf2d94e00a
permissions -rw-r--r--
8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor Reviewed-by: mkos, mchung

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