Home | History | Annotate | Download | only in src

Lines Matching refs:all

1 // Copyright 2008 the V8 project authors. All rights reserved.
123 var trace_compile = false; // Tracing all compile events?
124 var trace_debug_json = false; // Tracing all debug json packets?
665 // set to 'in'. For all other commands, ignore the args.
941 case 'all':
1058 // en[able] exc[eptions] [all|unc[aught]]
1059 // en[able] [all|unc[aught]] exc[eptions]
1060 // dis[able] exc[eptions] [all|unc[aught]]
1061 // dis[able] [all|unc[aught]] exc[eptions]
1069 // en[able] exc[eptions] [all|unc[aught]]
1070 // dis[able] exc[eptions] [all|unc[aught]]
1074 args.substring(nextPos + 1, args.length) : 'all';
1076 arg2 = 'all'; // if unspecified, set for all.
1083 // en[able] [all|unc[aught]] exc[eptions]
1084 // dis[able] [all|unc[aught]] exc[eptions]
1085 } else if (arg1 == 'all' || arg1 == 'unc' || arg1 == 'uncaught') {
1197 args = 'all';
1203 case 'all':
1366 // Command: clear|d[elete] <id>|all
1381 } else if (id === 'all') {
1382 // Delete all:
1530 print('dis[able] exc[eptions] [[all] | unc[aught]]');
1533 print('en[able] exc[eptions] [[all] | unc[aught]]');
1564 print('scr[ipts] [native|extensions|all]');
1574 print(' clear|del[ete] <id>|all - clears LOL of id <id>.');
1575 print(' If \'all\' is unspecified instead, will clear all.');
1581 print(' inf[o] [<N>] - lists summary info of all LOL lists.');
1586 print(' reset - clears all LOL lists.');
1926 return 'Reset all live object lists.';
2026 result += '* breaking on ALL exceptions is enabled\n';
2030 result += '* all exception breakpoints are disabled\n';
2724 * This implementation simply runs through all string property names and adds