Home | History | Annotate | Download | only in tools

Lines Matching defs:source

2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
214 * Adds source positions for given code.
219 // CLI does not need source code => ignore.
223 * Adds script source code.
225 Profile.prototype.addScriptSource = function(script, source) {
226 // CLI does not need source code => ignore.
660 * source call tree.
967 printErr("Move: unknown source " + from);
995 this.codeEntries_[entry.codeId].source = {
1005 JsonProfile.prototype.addScriptSource = function(script, url, source) {
1008 source : source