Lines Matching +defs:result +defs:old
2107 Opal.alias = function(obj, name, old) { argument
4419 result = block.call(self, self); property
4426 result = block.call(self, self); property
4451 result = block.apply(self, args); property
4458 result = block.apply(self, args); property
7348 result = ""; property
7350 result = self.substr(0, length - 2); property
7352 result = self.substr(0, length - 1); property
7608 result += (self.slice(index, match.index) + _replacement + (self[match.index] || "")); field
7612 result += (self.slice(index, match.index) + _replacement); field
8183 result.splice(i, 1); field
8205 result.splice(limit - 1, result.length - 1, result.slice(limit - 1).join('')); field
12191 result.push(item); field
12263 result.push(item); field
15426 result.push([key, self.$$smap[key].$hash()]); field
15428 result.push([key.key_hash, key.value.$hash()]); field
17753 result = function () { function
21148 result = string.match(/[A-Z]{3,4}/)[0]; property
21151 result = string.match(/\((.+)\)(?:\s|$)/)[1]; property