}
function error(msg) {
- console.log(backtrace());
+ log(backtrace());
throw new Error(msg);
}
return this.fetch(obj);
},
fetch: function(ref) {
-
-
- if ("undefined" == typeof ref) {
- console.log(backtrace());
- }
-
-
var num = ref.num;
var e = this.cache[num];
if (e)
};
constructor.parse = function colorspace_parse(cs, xref, res) {
-
-
-
- if ("undefined" == typeof(cs))
- console.log(backtrace());
-
-
-
-
if (IsName(cs)) {
var colorSpaces = res.get('ColorSpace');
if (colorSpaces) {