Class PhonScriptDebugFrame
java.lang.Object
ca.phon.script.debug.PhonScriptDebugFrame
- All Implemented Interfaces:
org.mozilla.javascript.debug.DebugFrame
-
Constructor Summary
ConstructorsConstructorDescriptionPhonScriptDebugFrame(org.mozilla.javascript.debug.DebuggableScript fnOrScript) -
Method Summary
Modifier and TypeMethodDescriptionvoidonDebuggerStatement(org.mozilla.javascript.Context arg0) voidonEnter(org.mozilla.javascript.Context arg0, org.mozilla.javascript.Scriptable arg1, org.mozilla.javascript.Scriptable arg2, Object[] arg3) voidonExceptionThrown(org.mozilla.javascript.Context arg0, Throwable arg1) voidvoidonLineChange(org.mozilla.javascript.Context arg0, int arg1)
-
Constructor Details
-
PhonScriptDebugFrame
public PhonScriptDebugFrame(org.mozilla.javascript.debug.DebuggableScript fnOrScript)
-
-
Method Details
-
onDebuggerStatement
public void onDebuggerStatement(org.mozilla.javascript.Context arg0) - Specified by:
onDebuggerStatementin interfaceorg.mozilla.javascript.debug.DebugFrame
-
onEnter
public void onEnter(org.mozilla.javascript.Context arg0, org.mozilla.javascript.Scriptable arg1, org.mozilla.javascript.Scriptable arg2, Object[] arg3) - Specified by:
onEnterin interfaceorg.mozilla.javascript.debug.DebugFrame
-
onExceptionThrown
- Specified by:
onExceptionThrownin interfaceorg.mozilla.javascript.debug.DebugFrame
-
onExit
- Specified by:
onExitin interfaceorg.mozilla.javascript.debug.DebugFrame
-
onLineChange
public void onLineChange(org.mozilla.javascript.Context arg0, int arg1) - Specified by:
onLineChangein interfaceorg.mozilla.javascript.debug.DebugFrame
-