Lines Matching refs:nesting
295 // - nesting: the namespaces wrapping the current scope, e.g. nesting inside
308 // Walk up the nesting array looking for the constant
309 function const_lookup_nesting(nesting, name) { argument
312 if (nesting.length === 0) return;
314 // If the nesting is not empty the constant is looked up in its elements
316 for (i = 0, ii = nesting.length; i < ii; i++) {
317 constant = nesting[i].$$const[name];
320 } else if (nesting[i].$$autoload && nesting[i].$$autoload[name]) {
321 return handle_autoload(nesting[i], name);
413 // Look for the constant in the open using the current nesting and the nearest
415 Opal.const_get_relative = function(nesting, name, skip_missing) { argument
416 var cref = nesting[0], result, current_version = Opal.const_cache_version, cache, cached;
418 if ((cache = nesting.$$const_cache) == null) {
419 $prop(nesting, '$$const_cache', Object.create(null));
420 cache = nesting.$$const_cache;
426 ((result = const_lookup_nesting(nesting, name)) != null) ||
527 Opal.const_get_relative_factory = function(nesting) { argument
529 return Opal.$$(nesting, name, skip_missing);
3236 …send2 = Opal.send2, $find_super = Opal.find_super, $alias = Opal.alias, $nesting = [], nil = Opal.…
3243 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
3578 var nesting = (self.$$nesting || []).concat($Object),
3582 for(i = 0, ii = nesting.length; i < ii; i++) {
3583 for (constant in nesting[i].$$const) {
3592 $defs(self, '$nesting', function $$nesting() {
3595 return self.$$nesting || [];
4068 consts = (Opal.Module.$$nesting = $nesting, self.$constants());
4156 })('::', null, $nesting);
4179 …ind_super, $Kernel = Opal.Kernel, $alias = Opal.alias, self = Opal.top, $nesting = [], nil = Opal.…
4187 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
4304 })('::', null, $nesting);
4504 …rb_lt, $Object = Opal.Object, $alias = Opal.alias, $klass = Opal.klass, $nesting = [], nil = Opal.…
4511 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
5513 })('::', $nesting);
5612 …nd2 = Opal.send2, $find_super = Opal.find_super, $module = Opal.module, $nesting = [], nil = Opal.…
5619 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
5860 })('::', Error, $nesting);
6016 var $nesting = [self].concat($parent_nesting);
6018 return ($klass($nesting[0], null, 'Error'), nil)
6019 })('::', $nesting);
6420 …pal.eqeqeq, $rb_minus = Opal.rb_minus, $return_ivar = Opal.return_ivar, $nesting = [], nil = Opal.…
6428 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
6436 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
6546 })(Opal.get_singleton_class(self), $nesting);
6768 })('::', RegExp, $nesting);
6772 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
6981 })($nesting[0], null, $nesting);
6985 …Opal.alias, $const_set = Opal.const_set, self = Opal.top, $nesting = [], $$ = Opal.$r($nesting), n…
6994 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
9042 })('::', String, $nesting);
9043 return $const_set($nesting[0], 'Symbol', $$('String'));
9047 …pal.hash2, $lambda = Opal.lambda, $not = Opal.not, $alias = Opal.alias, $nesting = [], nil = Opal.…
9053 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
10665 })('::', $nesting)
10669 …imes = Opal.rb_times, $rb_divide = Opal.rb_divide, $alias = Opal.alias, $nesting = [], nil = Opal.…
10675 var $nesting = [self].concat($parent_nesting);
10680 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
10858 })(self, self, $nesting)
10859 })('::', null, $nesting)
10957 …= Opal.Kernel, $def = Opal.def, $slice = Opal.slice, $send = Opal.send, $nesting = [], nil = Opal.…
10963 var $nesting = [self].concat($parent_nesting);
10968 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
11006 })($nesting[0], null, $nesting)
11007 })($nesting[0], null, $nesting)
11011 …t, $eqeqeq = Opal.eqeqeq, $rb_plus = Opal.rb_plus, $alias = Opal.alias, $nesting = [], nil = Opal.…
11017 var $nesting = [self].concat($parent_nesting);
11022 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
11334 })(self, self, $nesting)
11335 })('::', null, $nesting)
11339 … = Opal.def, $slice = Opal.slice, $send = Opal.send, $to_a = Opal.to_a, $nesting = [], nil = Opal.…
11345 var $nesting = [self].concat($parent_nesting);
11396 })($nesting[0], null)
11397 })($nesting[0], null, $nesting)
11401 …Opal.Kernel, $rb_le = Opal.rb_le, $alias = Opal.alias, self = Opal.top, $nesting = [], nil = Opal.…
11409 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
11602 })('::', null, $nesting);
12031 …return_self, $neqeq = Opal.neqeq, $alias = Opal.alias, self = Opal.top, $nesting = [], nil = Opal.…
12040 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
14722 })('::', Array, $nesting);
14726 … $return_self = Opal.return_self, $alias = Opal.alias, self = Opal.top, $nesting = [], nil = Opal.…
14734 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
16125 })('::', null, $nesting);
16129 …rn_val = Opal.return_val, $const_set = Opal.const_set, self = Opal.top, $nesting = [], nil = Opal.…
17134 var $nesting = [self].concat($parent_nesting);
17140 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
17167 })(Opal.get_singleton_class(self), $nesting);
17170 })('::', $$$('Numeric'), $nesting);
17203 …l.rb_ge, $thrower = Opal.thrower, $alias = Opal.alias, self = Opal.top, $nesting = [], nil = Opal.…
17211 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
17558 })('::', null, $nesting);
18404 …var $module = Opal.module, $const_set = Opal.const_set, $nesting = []; Opal.nil; var $$$ = Opal.$$…
18410 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
18420 })($nesting[0], $nesting)
19010 …al = Opal.Opal, $rb_lt = Opal.rb_lt, $a, self = Opal.top, $nesting = [], $$ = Opal.$r($nesting), n…
19480 …us = Opal.rb_minus, $eqeqeq = Opal.eqeqeq, $rb_divide = Opal.rb_divide, $nesting = [], nil = Opal.…
19486 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
19777 })('::', $nesting)
19781 …var $module = Opal.module, $truthy = Opal.truthy, $def = Opal.def, $klass = Opal.klass, $nesting =…
19788 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
19799 })('::', $nesting);
19803 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
19810 })('::', null, $nesting);
19814 …val, $const_set = Opal.const_set, $alias = Opal.alias, self = Opal.top, $nesting = [], nil = Opal.…
19823 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
20141 $const_set($nesting[0], 'I', self.$new(0, 1));
20236 Opal.udef(self, '$' + "step"); return nil; })('::', $$$('Numeric'), $nesting);
20687 … = Opal.rb_le, $eqeq = Opal.eqeq, $alias = Opal.alias, self = Opal.top, $nesting = [], nil = Opal.…
20695 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
21524 })('::', Date, $nesting);
21528 …l.rb_ge, $rb_plus = Opal.rb_plus, $alias = Opal.alias, self = Opal.top, $nesting = [], nil = Opal.…
21536 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
21951 })('::', null, $nesting);
21955 …al.eqeq, $rb_lt = Opal.rb_lt, $rb_le = Opal.rb_le, $alias = Opal.alias, $nesting = [], nil = Opal.…
21961 …var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $ret_or_1 = nil, $proto = s…
22391 })('::', null, $nesting)
22439 …pal.range, $send = Opal.send, $slice = Opal.slice, $alias = Opal.alias, $nesting = [], nil = Opal.…
22445 var $nesting = [self].concat($parent_nesting), windows_root_rx = nil;
22448 $const_set($nesting[0], 'Separator', $const_set($nesting[0], 'SEPARATOR', "/"));
22449 $const_set($nesting[0], 'ALT_SEPARATOR', nil);
22450 $const_set($nesting[0], 'PATH_SEPARATOR', ":");
22451 $const_set($nesting[0], 'FNM_SYSCASE', 0);
22454 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
22696 })(Opal.get_singleton_class(self), $nesting);
22697 })('::', $$$('IO'), $nesting)
22795 … $rb_divide = Opal.rb_divide, $Kernel = Opal.Kernel, $Opal = Opal.Opal, $nesting = [], nil = Opal.…
22801 var $nesting = [self].concat($parent_nesting);
22807 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
22948 })(self, $nesting);
22951 })('::', null, $nesting)
23178 …al.return_val, $alias = Opal.alias, $defs = Opal.defs, self = Opal.top, $nesting = [], nil = Opal.…
23285 $alias(self, "nesting", "public");
23313 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
23321 })('::', $nesting);
23499 …l.thrower, $alias = Opal.alias, $module = Opal.module, self = Opal.top, $nesting = [], nil = Opal.…
23507 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
23512 …$const_set($nesting[0], 'SEPARATOR_PAT', $regexp([$$('Regexp').$quote($$$($$('File'), 'SEPARATOR')…
23744 …$const_set($nesting[0], 'SAME_PATHS', ($truthy($$$($$('File'), 'FNM_SYSCASE')['$nonzero?']()) ? ($…
23803 })($nesting[0], null, $nesting);
23807 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
23813 })($nesting[0], $nesting);
23817 …Opal.return_ivar, $eqeq = Opal.eqeq, $alias = Opal.alias, $nesting = [], $$ = Opal.$r($nesting), n…
23823 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
23940 })($nesting[0], $$('IO'), $nesting)