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.
227 result = 'Source ' + body.script.name + ' compiled:\n';
228 var source = body.script.source;
253 if (body.script) {
254 if (body.script.name) {
255 result += body.script.name;
437 case 'script':
983 // Check for script breakpoint (name:line[:column]). If no ':' in break
993 type = 'script';
1525 print(' - break on script position: location is name:line[:column]');