Home | History | Annotate | Download | only in src

Lines Matching defs:ScriptType

88 // The different types of scripts matching enum ScriptType in objects.h.
89 Debug.ScriptType = { Native: 0,
692 request.arguments.types = ScriptTypeFlag(Debug.ScriptType.Native);
696 request.arguments.types = ScriptTypeFlag(Debug.ScriptType.Extension);
701 ScriptTypeFlag(Debug.ScriptType.Normal) |
702 ScriptTypeFlag(Debug.ScriptType.Native) |
703 ScriptTypeFlag(Debug.ScriptType.Extension);
1100 if (body[i].type == Debug.ScriptType.Native) {
1102 } else if (body[i].type == Debug.ScriptType.Extension) {