Lines Matching refs:meth
1562 // @param object [Object] owner of the method +meth+
1563 // @param meth [String] method name that got wrong number of arguments
1565 Opal.ac = function(actual, expected, object, meth) { argument
1573 inspect += meth;
3816 var meth = self.$$prototype[$jsid(name)];
3818 if (!meth || meth.$$stub) {
3822 return $$$('UnboundMethod').$new(self, meth.$$owner || self, meth, name);
3945 var meth = methods[i],
3946 id = $jsid(meth),
4554 var meth = self[$jsid(name)];
4556 if (!meth || meth.$$stub) {
4560 return $$$('Method').$new(self, meth.$$owner || self.$class(), meth, name);