Searched defs:inspect (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dprototype.js66 Object.inspect = function(object) {
70 return object.inspect ? object.inspect() : object.toString();
233 inspect: function() {
411 inspect: function() {
412 return '#<Enumerable:' + this.toArray().inspect() + '>';
496 inspect: function() {
497 return '[' + this.map(Object.inspect).join(', ') + ']';
534 inspect: function() {
536 return pair.map(Object.inspect)
[all...]
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Deffects.js334 inspect: function() {
335 return '#<Effect:' + $H(this).inspect() + ',options:' + $H(this.options).inspect() + '>';
H A Dprototype.js38 inspect: function(object) {
42 return object.inspect ? object.inspect() : object.toString();
285 inspect: function(useDoubleQuotes) {
509 inspect: function() {
510 return '#<Enumerable:' + this.toArray().inspect() + '>';
605 inspect: function() {
606 return '[' + this.map(Object.inspect).join(', ') + ']';
712 inspect: function() {
714 return pair.map(Object.inspect)
[all...]

Completed in 18 milliseconds