Lines Matching +defs:name +defs:value

153   function $prop(object, name, initialValue) {  argument
165 value: initialValue, property
267 function handle_autoload(cref, name) { argument
299 function const_get_name(cref, name) { argument
309 function const_lookup_nesting(nesting, name) { argument
327 function const_lookup_ancestors(cref, name) { argument
345 function const_lookup_Object(cref, name) { argument
352 function const_missing(cref, name) { argument
357 Opal.const_get_local = function(cref, name, skip_missing) { argument
374 Opal.const_get_qualified = function(cref, name, skip_missing) { argument
415 Opal.const_get_relative = function(nesting, name, skip_missing) { argument
440 function $const_set(cref, name, value) { argument
509 Opal.const_remove = function(cref, name) { argument
528 return function(name, skip_missing) { argument
566 function $allocate_class(name, superclass, singleton) { argument
646 function find_existing_class(scope, name) { argument
667 Opal.klass = function(scope, superclass, name) { argument
749 function $allocate_module(name) { argument
773 function find_existing_module(scope, name) { argument
786 Opal.module = function(scope, name) { argument
1025 Opal.class_variable_set = function(module, name, value) { argument
1047 Opal.class_variable_get = function(module, name, tolerant) { argument
1735 Opal.to_hash = function(value) { argument
1760 Opal.to_ary = function(value) { argument
1783 Opal.to_a = function(value) { argument
1859 function $jsid(name) { argument
2107 Opal.alias = function(obj, name, old) { argument
2167 Object.defineProperty(alias, 'length', { value: body.length }); property
2198 Opal.alias_native = function(obj, name, native_name) { argument
2239 Opal.hash_put = function(hash, key, value) { argument
2252 bucket = {key: key, key_hash: key_hash, value: value}; property
2271 bucket = {key: key, key_hash: key_hash, value: value}; property
2523 Opal.ivar = function(name) { argument
2776 Opal.set_encoding = function(str, name, type) { argument
2791 Opal.find_encoding = function(name) { argument
2799 Opal.enc = function(str, name) { argument
3026 thrower.$throw = function(value) { argument
3128 $defs(self, '$instance_variable_name!', function $Opal_instance_variable_name$excl$4(name) { argument
3136 $defs(self, '$class_variable_name!', function $Opal_class_variable_name$excl$5(name) { argument
3185 return $defs(self, '$inspect', function $$inspect(value) { argument
3527 $def(self, '$class_variable_get', function $$class_variable_get(name) { argument
3534 $def(self, '$class_variable_set', function $$class_variable_set(name, value) { argument
3542 $def(self, '$class_variable_defined?', function $Module_class_variable_defined$ques$8(name) { argument
3552 $def(self, '$remove_class_variable', function $$remove_class_variable(name) { argument
3598 $def(self, '$const_defined?', function $Module_const_defined$ques$9(name, inherit) { argument
3635 $def(self, '$const_get', function $$const_get(name, inherit) { argument
3661 $def(self, '$const_missing', function $$const_missing(name) { argument
3669 $def(self, '$const_set', function $$const_set(name, value) { argument
3683 $def(self, '$define_method', function $$define_method(name, method) { argument
3812 $def(self, '$instance_method', function $$instance_method(name) { argument
4028 $def(self, '$remove_const', function $$remove_const(name) { argument
4550 $def(self, '$method', function $$method(name) { argument
4667 name = keys[i]; property
4737 $def(self, '$define_singleton_method', function $$define_singleton_method(name, method) { argument
4926 …def(self, '$instance_variable_defined?', function $Kernel_instance_variable_defined$ques$10(name) { argument
4933 $def(self, '$instance_variable_get', function $$instance_variable_get(name) { argument
4944 $def(self, '$instance_variable_set', function $$instance_variable_set(name, value) { argument
4952 $def(self, '$remove_instance_variable', function $$remove_instance_variable(name) { argument
4989 $def(self, '$Integer', function $$Integer(value, base) { argument
5080 $def(self, '$Float', function $$Float(value) { argument
5328 $def(self, '$respond_to?', function $Kernel_respond_to$ques$15(name, include_all) { argument
5579 return $def(self, '$new', function $new$1(name) { argument
5921 return $def(self, '$initialize', function $$initialize(tag, value) { argument
5938 return $def(self, '$initialize', function $$initialize(message, name) { argument
5954 return $def(self, '$initialize', function $$initialize(message, name, args) { argument
9057 function comparableForPattern(value) { argument
9186 self.$each.$$p = function(value) { argument
9693 return $send(self, 'each', [], function $$27(value){ argument
11379 $def(self, '$<<', function $Yielder_$lt$lt$2(value) { argument
12475 $def(self, '$[]=', function $Array_$$$eq$11(index, value, extra) { argument
14929 $def(self, '$[]=', function $Hash_$$$eq$9(key, value) { argument
15379 $def(self, '$has_value?', function $Hash_has_value$ques$25(value) { argument
16017 value = self.$$smap[key]; property
16019 value = key.value; property
17233 $def(self, '$===', function $Range_$eq_eq_eq$1(value) { argument
17265 $def(self, '$cover?', function $Range_cover$ques$2(value) { argument
17494 $send(self, 'each_with_index', [], function $$7(value, idx){ argument
17806 $def(self, '$initialize', function $$initialize(receiver, owner, method, name) { argument
17913 $def(self, '$initialize', function $$initialize(source, owner, method, name) { argument
19022 $defs(self, '$register', function $$register(name, options) { argument
19046 $defs(self, '$find', function $$find(name) { argument
19056 $def(self, '$initialize', function $$initialize(name, names, ascii, dummy) { argument
19511 $defs(self, '$float!', function $Math_float$excl$1(value) { argument
19523 $defs(self, '$integer!', function $Math_integer$excl$2(value) { argument
21604 $defs(self, '$define_struct_attribute', function $$define_struct_attribute(name) { argument
21614 …return $send(self, 'define_method', ["" + (name) + "="], function $$7(value){var self = $$7.$$s ==… argument
21654 …} return $send(self.$class().$members(), 'each', [], function $$9(name){var $b, self = $$9.… argument
21663 …} return $send(self.$class().$members(), 'each_with_index', [], function $$10(name, index){… argument
21678 name = keys[i]; property
21701 $def(self, '$[]', function $Struct_$$$12(name) { argument
21723 $def(self, '$[]=', function $Struct_$$$eq$13(name, value) { argument
21828 …} $send(self.$class().$members(), 'each', [], function $$17(name){var self = $$17.$$s == null… argument
21845 …} $send(self.$class().$members(), 'each', [], function $$19(name){var self = $$19.$$s == null… argument
21862 …return $send(self.$class().$members(), 'map', [], function $$20(name){var self = $$20.$$s == null … argument
21885 result = $rb_plus(result, $send(self.$each_pair(), 'map', [], function $$21(name, value){ argument
21904 ….$class().$members(), 'each_with_object', [$hash2([], {})], function $$22(name, h){var $a, self = … argument
22585 $def(self, '$basename', function $$basename(name, suffix) { argument
22734 $defs(self, '$__register_clock__', function $$__register_clock__(name, func) { argument