Lines Matching defs:module
791 Opal.module = function(scope, name) { function
1009 Opal.class_variables = function(module) { argument
1031 Opal.class_variable_set = function(module, name, value) { argument
1053 Opal.class_variable_get = function(module, name, tolerant) { argument
1078 function own_included_modules(module) { argument
1096 function own_prepended_modules(module) { argument
1136 Opal.append_features = function(module, includer) { argument
1226 Opal.prepend_features = function(module, prepender) { argument
1314 function flush_methods_in(module) { argument
1326 function create_iclass(module) { argument
1337 function create_dummy_iclass(module) { argument
1436 function own_ancestors(module) { argument
1441 function $ancestors(module) { argument
1467 Opal.included_modules = function(module) { argument
2025 Opal.defn = function(module, jsid, body) { argument
3673 module = modules[i]; property