Class PhonScriptDebugFrame

java.lang.Object
ca.phon.script.debug.PhonScriptDebugFrame
All Implemented Interfaces:
org.mozilla.javascript.debug.DebugFrame

public class PhonScriptDebugFrame extends Object implements org.mozilla.javascript.debug.DebugFrame
  • Constructor Details

    • PhonScriptDebugFrame

      public PhonScriptDebugFrame(org.mozilla.javascript.debug.DebuggableScript fnOrScript)
  • Method Details

    • onDebuggerStatement

      public void onDebuggerStatement(org.mozilla.javascript.Context arg0)
      Specified by:
      onDebuggerStatement in interface org.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:
      onEnter in interface org.mozilla.javascript.debug.DebugFrame
    • onExceptionThrown

      public void onExceptionThrown(org.mozilla.javascript.Context arg0, Throwable arg1)
      Specified by:
      onExceptionThrown in interface org.mozilla.javascript.debug.DebugFrame
    • onExit

      public void onExit(org.mozilla.javascript.Context arg0, boolean arg1, Object arg2)
      Specified by:
      onExit in interface org.mozilla.javascript.debug.DebugFrame
    • onLineChange

      public void onLineChange(org.mozilla.javascript.Context arg0, int arg1)
      Specified by:
      onLineChange in interface org.mozilla.javascript.debug.DebugFrame