Lines Matching defs:module
786 Opal.module = function(scope, name) { function
1003 Opal.class_variables = function(module) { argument
1025 Opal.class_variable_set = function(module, name, value) { argument
1047 Opal.class_variable_get = function(module, name, tolerant) { argument
1072 function own_included_modules(module) { argument
1090 function own_prepended_modules(module) { argument
1130 Opal.append_features = function(module, includer) { argument
1220 Opal.prepend_features = function(module, prepender) { argument
1308 function flush_methods_in(module) { argument
1320 function create_iclass(module) { argument
1331 function create_dummy_iclass(module) { argument
1430 function own_ancestors(module) { argument
1435 function $ancestors(module) { argument
1460 Opal.included_modules = function(module) { argument
2017 Opal.defn = function(module, jsid, body) { argument
3620 module = modules[i]; property