Lines Matching refs:Description
1715 var description = {
1728 description.type = 'scriptId';
1729 description.script_id = break_point.script_id();
1731 description.type = 'scriptName';
1732 description.script_name = break_point.script_name();
1734 description.type = 'scriptRegExp';
1735 description.script_regexp = break_point.script_regexp_object().source;
1740 array.push(description);
1961 // Reads value from protocol description. Description may be in form of type
1963 // string value description plus type (for primitive values) or handle id.
1990 throw MakeError(kDebugger, "Failed to parse value description");