Lines Matching refs:includer
1136 Opal.append_features = function(module, includer) { argument
1140 if (module_ancestors.indexOf(includer) !== -1) {
1149 var includer_ancestors = $ancestors(includer),
1158 start_chain_after = includer.$$prototype;
1159 end_chain_on = Object.getPrototypeOf(includer.$$prototype);
1187 var parent = includer.$$prototype, module_iclass = Object.getPrototypeOf(parent);
1212 start_chain_after = includer.$$prototype;
1213 end_chain_on = Object.getPrototypeOf(includer.$$prototype);
1221 includer.$$own_included_modules = own_included_modules(includer);
3420 $def(self, '$append_features', function $$append_features(includer) { argument
3424 $deny_frozen_access(includer);
3425 Opal.append_features(self, includer);