Lines Matching +defs:name +defs:value
155 function $prop(object, name, initialValue) { argument
167 value: initialValue, property
269 function handle_autoload(cref, name) { argument
301 function const_get_name(cref, name) { argument
311 function const_lookup_nesting(nesting, name) { argument
329 function const_lookup_ancestors(cref, name) { argument
347 function const_lookup_Object(cref, name) { argument
354 function const_missing(cref, name) { argument
359 Opal.const_get_local = function(cref, name, skip_missing) { argument
376 Opal.const_get_qualified = function(cref, name, skip_missing) { argument
417 Opal.const_get_relative = function(nesting, name, skip_missing) { argument
442 function $const_set(cref, name, value) { argument
512 Opal.const_remove = function(cref, name) { argument
531 return function(name, skip_missing) { argument
569 function $allocate_class(name, superclass, singleton) { argument
650 function find_existing_class(scope, name) { argument
671 Opal.klass = function(scope, superclass, name) { argument
753 function $allocate_module(name) { argument
778 function find_existing_module(scope, name) { argument
791 Opal.module = function(scope, name) { argument
1031 Opal.class_variable_set = function(module, name, value) { argument
1053 Opal.class_variable_get = function(module, name, tolerant) { argument
1743 Opal.to_hash = function(value) { argument
1768 Opal.to_ary = function(value) { argument
1791 Opal.to_a = function(value) { argument
1867 function $jsid(name) { argument
2115 Opal.alias = function(obj, name, old) { argument
2175 Object.defineProperty(alias, 'length', { value: body.length }); property
2206 Opal.alias_native = function(obj, name, native_name) { argument
2247 Opal.hash_put = function(hash, key, value) { argument
2260 bucket = {key: key, key_hash: key_hash, value: value}; property
2279 bucket = {key: key, key_hash: key_hash, value: value}; property
2531 Opal.ivar = function(name) { argument
2785 Opal.set_encoding = function(str, name, type) { argument
2800 Opal.find_encoding = function(name) { argument
2808 Opal.enc = function(str, name) { argument
3037 thrower.$throw = function(value) { argument
3147 $defs(self, '$instance_variable_name!', function $Opal_instance_variable_name$excl$4(name) { argument
3156 $defs(self, '$class_variable_name!', function $Opal_class_variable_name$excl$5(name) { argument
3209 return $defs(self, '$inspect', function $$inspect(value) { argument
3570 $def(self, '$class_variable_get', function $$class_variable_get(name) { argument
3578 $def(self, '$class_variable_set', function $$class_variable_set(name, value) { argument
3587 $def(self, '$class_variable_defined?', function $Module_class_variable_defined$ques$8(name) { argument
3598 $def(self, '$remove_class_variable', function $$remove_class_variable(name) { argument
3650 $def(self, '$const_defined?', function $Module_const_defined$ques$9(name, inherit) { argument
3689 $def(self, '$const_get', function $$const_get(name, inherit) { argument
3719 $def(self, '$const_missing', function $$const_missing(name) { argument
3727 $def(self, '$const_set', function $$const_set(name, value) { argument
3742 $def(self, '$define_method', function $$define_method(name, method) { argument
3880 $def(self, '$instance_method', function $$instance_method(name) { argument
4115 $def(self, '$remove_const', function $$remove_const(name) { argument
4677 $def(self, '$method', function $$method(name) { argument
4799 name = keys[i]; property
4872 $def(self, '$define_singleton_method', function $$define_singleton_method(name, method) { argument
5071 …def(self, '$instance_variable_defined?', function $Kernel_instance_variable_defined$ques$10(name) { argument
5079 $def(self, '$instance_variable_get', function $$instance_variable_get(name) { argument
5091 $def(self, '$instance_variable_set', function $$instance_variable_set(name, value) { argument
5100 $def(self, '$remove_instance_variable', function $$remove_instance_variable(name) { argument
5138 $def(self, '$Integer', function $$Integer(value, base) { argument
5233 $def(self, '$Float', function $$Float(value) { argument
5508 $def(self, '$respond_to?', function $Kernel_respond_to$ques$15(name, include_all) { argument
5773 return $def(self, '$new', function $new$1(name) { argument
6133 return $def(self, '$initialize', function $$initialize(tag, value) { argument
6150 return $def(self, '$initialize', function $$initialize(message, name) { argument
6166 return $def(self, '$initialize', function $$initialize(message, name, args) { argument
9402 function comparableForPattern(value) { argument
9535 self.$each.$$p = function(value) { argument
10101 return $send(self, 'each', [], function $$27(value){ argument
11956 $def(self, '$<<', function $Yielder_$lt$lt$2(value) { argument
13114 $def(self, '$[]=', function $Array_$$$eq$11(index, value, extra) { argument
15809 $def(self, '$[]=', function $Hash_$$$eq$9(key, value) { argument
16293 $def(self, '$has_value?', function $Hash_has_value$ques$25(value) { argument
16978 value = self.$$smap[key]; property
16980 value = key.value; property
18289 $def(self, '$===', function $Range_$eq_eq_eq$1(value) { argument
18326 $def(self, '$cover?', function $Range_cover$ques$2(value) { argument
18584 $send(self, 'each_with_index', [], function $$7(value, idx){ argument
18923 $def(self, '$initialize', function $$initialize(receiver, owner, method, name) { argument
19036 $def(self, '$initialize', function $$initialize(source, owner, method, name) { argument
20187 $defs(self, '$register', function $$register(name, options) { argument
20215 $defs(self, '$find', function $$find(name) { argument
20227 $def(self, '$initialize', function $$initialize(name, names, ascii, dummy) { argument
20731 $defs(self, '$float!', function $Math_float$excl$1(value) { argument
20743 $defs(self, '$integer!', function $Math_integer$excl$2(value) { argument
22906 $defs(self, '$define_struct_attribute', function $$define_struct_attribute(name) { argument
22917 …return $send(self, 'define_method', ["" + (name) + "="], function $$7(value){var self = $$7.$$s ==… argument
22960 …return $send(self.$class().$members(), 'each', [], function $$9(name){var $b, self = $$9.$$s == nu… argument
22970 …return $send(self.$class().$members(), 'each_with_index', [], function $$10(name, index){var $b, s… argument
22986 name = keys[i]; property
23009 $def(self, '$[]', function $Struct_$$$12(name) { argument
23035 $def(self, '$[]=', function $Struct_$$$eq$13(name, value) { argument
23149 …$send(self.$class().$members(), 'each', [], function $$17(name){var self = $$17.$$s == null ? this… argument
23167 …$send(self.$class().$members(), 'each', [], function $$19(name){var self = $$19.$$s == null ? this… argument
23184 …return $send(self.$class().$members(), 'map', [], function $$20(name){var self = $$20.$$s == null … argument
23207 result = $rb_plus(result, $send(self.$each_pair(), 'map', [], function $$21(name, value){ argument
23229 ….$class().$members(), 'each_with_object', [$hash2([], {})], function $$22(name, h){var $a, self = … argument
23960 $def(self, '$basename', function $$basename(name, suffix) { argument
24117 $defs(self, '$__register_clock__', function $$__register_clock__(name, func) { argument