Home | History | Annotate | Download | only in src

Lines Matching refs:Script

99 // The different types of script compilations matching enum
100 // Script::CompilationType in objects.h.
223 result = 'Source ' + body.script.name + ' compiled:\n';
224 var source = body.script.source;
249 if (body.script) {
250 if (body.script.name) {
251 result += body.script.name;
433 case 'script':
929 // Check for script breakpoint (name:line[:column]). If no ':' in break
939 type = 'script';
1211 print(' - break on script position: location is name:line[:column]');