Lines Matching refs:each_byte
18302 $def(self, '$each_byte', function $$each_byte() {
18303 var block = $$each_byte.$$p || nil, self = this, s = nil;
18305 $$each_byte.$$p = null;
18307 return self.$enum_for("each_byte")
19012 …reader,raise,register,length,bytes,force_encoding,dup,bytesize,enum_for,each_byte,to_a,each_char,e…
19118 $def(self, '$each_byte', function $$each_byte($a) {
19138 $def(self, '$each_byte', function $$each_byte(string) {
19139 var block = $$each_byte.$$p || nil;
19141 $$each_byte.$$p = null;
19235 $def(self, '$each_byte', function $$each_byte(string) {
19236 var block = $$each_byte.$$p || nil;
19238 $$each_byte.$$p = null;
19253 return $def(self, '$each_byte', function $$each_byte(string) {
19254 var block = $$each_byte.$$p || nil;
19256 $$each_byte.$$p = null;
19269 $def(self, '$each_byte', function $$each_byte(string) {
19270 var block = $$each_byte.$$p || nil;
19272 $$each_byte.$$p = null;
19289 return $def(self, '$each_byte', function $$each_byte(string) {
19290 var block = $$each_byte.$$p || nil;
19292 $$each_byte.$$p = null;
19324 $def(self, '$each_byte', function $$each_byte(string) {
19325 var block = $$each_byte.$$p || nil;
19327 $$each_byte.$$p = null;
19367 $def(self, '$each_byte', function $$each_byte() {
19368 var block = $$each_byte.$$p || nil, self = this;
19370 $$each_byte.$$p = null;
19372 …return $send(self, 'enum_for', ["each_byte"], function $$8(){var self = $$8.$$s == null ? this : $…
19375 } $send(self.internal_encoding, 'each_byte', [self], block.$to_proc());
19385 return (new String(self)).$each_byte().$to_a();
19387 self.bytes = ($truthy(($ret_or_1 = self.bytes)) ? ($ret_or_1) : (self.$each_byte().$to_a()));