Lines Matching defs:text
180 text : "JS Optimized" }, property
184 text : "JS Unoptimized" }, property
188 text : "IC" }, property
192 text : "Other generated" }, property
196 text : "C++" }, property
200 text : "C++/external" }, property
204 text : "C++/Parser" }, property
208 text : "C++/Bytecode compiler" }, property
212 text : "C++/Compiler" }, property
216 text : "C++/GC" }, property
220 text : "Unknown" } property
503 text : "Attribute bytecode handlers to caller" }, property
505 text : "Count each code object separately" }, property
507 text : "Attribute non-functions to JS functions" } property
514 { value : "code-type", text : "Code type" }, property
515 { value : "none", text : "None" } property
518 { value : "time", text : "Time (including children)" }, property
519 { value : "category-time", text : "Code category, time" }, property
525 { value : "none", text : "None" }, property
526 { value : "rt-entry", text : "Runtime entries" } property
529 { value : "time", text : "Time (including children)" }, property
530 { value : "own-time", text : "Own time" }, property
531 { value : "category-time", text : "Code category, time" }, property
532 { value : "category-own-time", text : "Code category, own time"} property
538 { value : "code-type", text : "Code type" }, property
539 { value : "none", text : "None" } property
542 { value : "own-time", text : "Own time" }, property
543 { value : "time", text : "Time (including children)" }, property
544 { value : "category-own-time", text : "Code category, own time"}, property
545 { value : "category-time", text : "Code category, time" }, property
1029 function addMode(id, text, active) { argument
1097 function addRow(text, number, indent) { argument
1188 function addExpandableRow(text, list, indent, kind) { argument