Home | History | Annotate | Download | only in inspector

Lines Matching refs:argumentIndex

3690      * @param {number} argumentIndex
3694 evaluateTraceLogCallArgument: function(traceLogId, callIndex, argumentIndex, objectGroup)
3707 else if (argumentIndex === -1)
3711 if (argumentIndex < 0 || argumentIndex >= args.length)
3712 return "Error: No argument found at index " + argumentIndex + " for call at index " + callIndex;
3713 value = args[argumentIndex];