Arielladog
06-11-2004, 10:25 PM
Hey guys,
I'm trying to use Venkman's profiler, but i keep getting lots of anonymous functions. The way I've defined functions is like this:
someObj.functionName = function(arg1, arg2 {...}
or:
someObj.prototype.functionName = function(arg1, arg2 {...}
So i've tried changing the guessPattern in the JS Debugger to this:
/pref guessPattern "\.(\w+)\s*[=]\s*"
and I've also tried:
/pref guessPattern "\\.(\\w+)\\s*[=]\\s*"
Can anyone tell me why I keep getting all these anonymous functions?
Thanks,
aDog :cool:
I'm trying to use Venkman's profiler, but i keep getting lots of anonymous functions. The way I've defined functions is like this:
someObj.functionName = function(arg1, arg2 {...}
or:
someObj.prototype.functionName = function(arg1, arg2 {...}
So i've tried changing the guessPattern in the JS Debugger to this:
/pref guessPattern "\.(\w+)\s*[=]\s*"
and I've also tried:
/pref guessPattern "\\.(\\w+)\\s*[=]\\s*"
Can anyone tell me why I keep getting all these anonymous functions?
Thanks,
aDog :cool: