Lines Matching refs:Opal
8 Opal.modules["nodejs/base"] = function(Opal) {/* Generated by Opal 1.7.3 */ argument
9 …Opal.module, $const_set = Opal.const_set, $eqeq = Opal.eqeq, $lambda = Opal.lambda, $send = Opal.s…
11 Opal.add_stubs('==,first,shift,write_proc=,read_proc=,tty=');
20 Opal.exit = process.exit;
50 Opal.modules["corelib/file"] = function(Opal) {/* Generated by Opal 1.7.3 */
51 …Opal.truthy, $klass = Opal.klass, $const_set = Opal.const_set, $Opal = Opal.Opal, $regexp = Opal.r…
53 …Opal.add_stubs('respond_to?,to_path,coerce_to!,pwd,split,sub,+,unshift,join,home,raise,start_with?…
66 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
165 return Opal.escape_regexp($$('SEPARATOR'));
167 return Opal.escape_regexp($rb_plus($$('SEPARATOR'), $$('ALT_SEPARATOR')));
232 suffix = Opal.escape_regexp(suffix);
253 return filename['$[]'](Opal.Range.$new($rb_plus(last_dot_idx, 1), -1, false))
259 return Opal.modules[path] != null
268 for (var key in Opal.modules) {
325 })(Opal.get_singleton_class(self), $nesting);
329 Opal.modules["nodejs/file"] = function(Opal) {/* Generated by Opal 1.7.3 */
330 …Opal.klass, $truthy = Opal.truthy, $const_set = Opal.const_set, $defs = Opal.defs, $alias = Opal.a…
332 …Opal.add_stubs('require,constants,raise,warn,const_get,new,size,delete,respond_to?,path,join,call,…
339 switch (Opal.config.unsupported_features_severity) {
445 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
485 })(Opal.get_singleton_class(self), $nesting);
508 if (error) Opal.IOError.$new(error.message)
583 return Opal.yield1($yield, file);
741 Opal.modules["nodejs/dir"] = function(Opal) {/* Generated by Opal 1.7.3 */
742 …klass = Opal.klass, $def = Opal.def, $truthy = Opal.truthy, $send = Opal.send, $Opal = Opal.Opal, …
744 Opal.add_stubs('respond_to?,flat_map,to_path,coerce_to!,pwd');
760 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
817 })(Opal.get_singleton_class(self), $nesting);
821 Opal.modules["nodejs/io"] = function(Opal) {/* Generated by Opal 1.7.3 */
822 …var $klass = Opal.klass, $alias = Opal.alias, $def = Opal.def, $defs = Opal.defs, self = Opal.top,…
824 Opal.add_stubs('require,attr_reader,initialize,initialize_before_node_io,write,read');
837 throw Opal.IOError.$new(error.message)
846 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
876 Opal.modules["nodejs/argf"] = function(Opal) {/* Generated by Opal 1.7.3 */
877 …Opal.const_set, $return_val = Opal.return_val, $def = Opal.def, $eqeq = Opal.eqeq, $gvars = Opal.g…
879 …Opal.add_stubs('new,include,filename,==,open,argv,shift,close,file,closed?,enum_for,gets,nil?,+,lo…
883 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
960 Opal.yield1(block, l)
1030 if (Opal.rescue($err, [$$('StandardError')])) {
1033 } finally { Opal.pop_exception(); }
1062 })(Opal.get_singleton_class($$('ARGF')), $nesting);
1066 Opal.modules["nodejs/open-uri"] = function(Opal) {/* Generated by Opal 1.7.3 */
1067 var $module = Opal.module, $defs = Opal.defs, $nesting = [], nil = Opal.nil;
1102 Opal.modules["corelib/comparable"] = function(Opal) {/* Generated by Opal 1.7.3 */
1103 …Opal.truthy, $module = Opal.module, $rb_gt = Opal.rb_gt, $rb_lt = Opal.rb_lt, $eqeqeq = Opal.eqeqe…
1105 Opal.add_stubs('>,<,===,raise,class,<=>,equal?');
1114 if (Opal.is_a(what, Opal.Integer)) { return what; }
1142 if (self["$<=>"] == Opal.Kernel["$<=>"]) {
1206 if (!Opal.is_a(min, Opal.Range)) {
1242 Opal.modules["pathname"] = function(Opal) {/* Generated by Opal 1.7.3 */
1243 …Opal.klass, $const_set = Opal.const_set, $regexp = Opal.regexp, $eqeqeq = Opal.eqeqeq, $truthy = O…
1245 …Opal.add_stubs('require,include,quote,===,to_s,path,respond_to?,to_path,is_a?,nil?,raise,class,==,…
1251 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
1350 return Opal.normalize(self.path)
1422 suffix2 = path2['$[]'](Opal.Range.$new(index_list2.$first(), -1, false));
1575 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
1584 Opal.modules["nodejs/pathname"] = function(Opal) {/* Generated by Opal 1.7.3 */
1585 …var $klass = Opal.klass, $def = Opal.def, $return_ivar = Opal.return_ivar, self = Opal.top, $nesti…
1587 Opal.add_stubs('require,include,to_str,!,absolute?');
1593 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
1616 Opal.modules["nodejs/env"] = function(Opal) {/* Generated by Opal 1.7.3 */
1617 …Opal.const_set, $def = Opal.def, $truthy = Opal.truthy, $return_val = Opal.return_val, $send = Opa…
1619 Opal.add_stubs('new,to_s,key?,[],raise,to_h,keys,merge');
1623 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
1672 return Opal.yield1(block, key)
1702 })(Opal.get_singleton_class($$('ENV')), $nesting);
1705 Opal.modules["nodejs"] = function(Opal) {/* Generated by Opal 1.7.3 */
1706 var self = Opal.top, nil = Opal.nil;
1708 Opal.add_stubs('require');