Lines Matching +defs:result +defs:old
2115 Opal.alias = function(obj, name, old) { argument
4529 result = block.call(self, self); property
4536 result = block.call(self, self); property
4565 result = block.apply(self, args); property
4572 result = block.apply(self, args); property
7629 result = ""; property
7631 result = self.substr(0, length - 2); property
7633 result = self.substr(0, length - 1); property
7901 result += (self.slice(index, match.index) + _replacement + (self[match.index] || "")); field
7905 result += (self.slice(index, match.index) + _replacement) field
8511 result.splice(i, 1); field
8533 result.splice(limit - 1, result.length - 1, result.slice(limit - 1).join('')); field
12814 result.push(item); field
12894 result.push(item); field
16340 result.push([key, self.$$smap[key].$hash()]); field
16342 result.push([key.key_hash, key.value.$hash()]); field
18868 result = function () { function
22439 result = string.match(/[A-Z]{3,4}/)[0]; property
22442 result = string.match(/\((.+)\)(?:\s|$)/)[1] property