Lines Matching refs:each_byte

18311     $def(self, '$each_byte', function $$each_byte() {
18312 var block = $$each_byte.$$p || nil, self = this, s = nil;
18314 $$each_byte.$$p = null;
18316 return self.$enum_for("each_byte")
19021 …reader,raise,register,length,bytes,force_encoding,dup,bytesize,enum_for,each_byte,to_a,each_char,e…
19127 $def(self, '$each_byte', function $$each_byte($a) {
19147 $def(self, '$each_byte', function $$each_byte(string) {
19148 var block = $$each_byte.$$p || nil;
19150 $$each_byte.$$p = null;
19244 $def(self, '$each_byte', function $$each_byte(string) {
19245 var block = $$each_byte.$$p || nil;
19247 $$each_byte.$$p = null;
19262 return $def(self, '$each_byte', function $$each_byte(string) {
19263 var block = $$each_byte.$$p || nil;
19265 $$each_byte.$$p = null;
19278 $def(self, '$each_byte', function $$each_byte(string) {
19279 var block = $$each_byte.$$p || nil;
19281 $$each_byte.$$p = null;
19298 return $def(self, '$each_byte', function $$each_byte(string) {
19299 var block = $$each_byte.$$p || nil;
19301 $$each_byte.$$p = null;
19333 $def(self, '$each_byte', function $$each_byte(string) {
19334 var block = $$each_byte.$$p || nil;
19336 $$each_byte.$$p = null;
19376 $def(self, '$each_byte', function $$each_byte() {
19377 var block = $$each_byte.$$p || nil, self = this;
19379 $$each_byte.$$p = null;
19381 …return $send(self, 'enum_for', ["each_byte"], function $$8(){var self = $$8.$$s == null ? this : $…
19384 } $send(self.internal_encoding, 'each_byte', [self], block.$to_proc());
19394 return (new String(self)).$each_byte().$to_a();
19396 self.bytes = ($truthy(($ret_or_1 = self.bytes)) ? ($ret_or_1) : (self.$each_byte().$to_a()));