Lines Matching refs:thing
76 jspb.debug.dump_ = function(thing) { argument
77 var type = goog.typeOf(thing);
78 var message = thing; // Copy because we don't want type inference on thing.
81 return thing;
86 return thing;
91 goog.asserts.assertArray(thing);
92 return goog.array.map(thing, jspb.debug.dump_);
105 'Only messages expected: ' + thing);
116 if (!thing[has] || thing[has]()) {
117 var val = thing[name]();
122 if (COMPILED && thing['extensionObject_']) {
132 var extVal = thing.getExtension(ext);