Home | History | Annotate | Download | only in src

Lines Matching refs:Script

94 // The different types of script compilations matching enum
95 // Script::CompilationType in objects.h.
194 result = 'Source ' + body.script.name + ' compiled:\n'
195 var source = body.script.source;
216 if (body.script) {
217 if (body.script.name) {
218 result += body.script.name;
736 // Check for script breakpoint (name:line[:column]). If no ':' in break
740 type = 'script';
823 print(' break on script position: location is name:line[:column]');