Help for this page

Select Code to Download


  1. or download this
    sub js_call_to_perl_struct {
        my ($self,$js,$context) = @_;
    ...
            ()
        };
    };
    
  2. or download this
    my $res = $self->execute_command($js);
    
  3. or download this
     repl.ejs("
    var f=function() {\n       
    ...
    return win.getBrowser()\n    }\n;\n;
    f",""
    );