Home
last modified time | relevance | path

Searched refs:eval_sv (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dcall15 eval_sv
32 __UNDEFINED__ eval_sv perl_eval_sv
71 # ifdef eval_sv
72 # undef eval_sv
104 eval_sv(sv, G_SCALAR);
228 eval_sv(sv, flags)
235 i = eval_sv(sv, flags);
427 ok(eval { Devel::PPPort::eval_sv('die', 0); 1 });
428 ok(!eval { Devel::PPPort::eval_sv('die', &Devel::PPPort::G_RETHROW); 1 });
430 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('', 0); 1 });
[all …]
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dcall15 eval_sv
32 __UNDEFINED__ eval_sv perl_eval_sv
71 # ifdef eval_sv
72 # undef eval_sv
104 eval_sv(sv, G_SCALAR);
228 eval_sv(sv, flags)
235 i = eval_sv(sv, flags);
427 ok(eval { Devel::PPPort::eval_sv('die', 0); 1 });
428 ok(!eval { Devel::PPPort::eval_sv('die', &Devel::PPPort::G_RETHROW); 1 });
430 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('', 0); 1 });
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dcall15 eval_sv
32 __UNDEFINED__ eval_sv perl_eval_sv
73 # ifdef eval_sv
74 # undef eval_sv
106 eval_sv(sv, G_SCALAR);
230 eval_sv(sv, flags)
237 i = eval_sv(sv, flags);
429 ok(eval { Devel::PPPort::eval_sv('die', 0); 1 });
430 ok(!eval { Devel::PPPort::eval_sv('die', &Devel::PPPort::G_RETHROW); 1 });
432 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('', 0); 1 });
[all …]
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dcall15 eval_sv
32 __UNDEFINED__ eval_sv perl_eval_sv
73 # ifdef eval_sv
74 # undef eval_sv
106 eval_sv(sv, G_SCALAR);
230 eval_sv(sv, flags)
237 i = eval_sv(sv, flags);
429 ok(eval { Devel::PPPort::eval_sv('die', 0); 1 });
430 ok(!eval { Devel::PPPort::eval_sv('die', &Devel::PPPort::G_RETHROW); 1 });
432 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('', 0); 1 });
[all …]
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/t/
H A Dcall.t94 ok(eq_array( [ &Devel::PPPort::eval_sv("f(qw(@$args))", $flags) ], $expected));
133 ok(eval { Devel::PPPort::eval_sv('die', 0); 1 });
134 ok(!eval { Devel::PPPort::eval_sv('die', &Devel::PPPort::G_RETHROW); 1 });
136 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('', 0); 1 });
137 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('', &Devel::PPPort::G_RETHROW); 1 });
138 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('$@ = "string2"', 0); 1 });
139 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('$@ = "string2"', &Devel::PPPort::G_RETHROW); 1 });
140 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('$@ = "string2"; die "string3"', 0); 1 });
141 ok(!eval { $@ = 'string1'; Devel::PPPort::eval_sv('$@ = "string2"; die "string3"', &Devel::PPPort::…
143 ok(!eval { Devel::PPPort::eval_sv('die False->new', &Devel::PPPort::G_RETHROW); 1 }, 'check false v…
[all …]
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/t/
H A Dcall.t94 ok(eq_array( [ &Devel::PPPort::eval_sv("f(qw(@$args))", $flags) ], $expected));
133 ok(eval { Devel::PPPort::eval_sv('die', 0); 1 });
134 ok(!eval { Devel::PPPort::eval_sv('die', &Devel::PPPort::G_RETHROW); 1 });
136 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('', 0); 1 });
137 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('', &Devel::PPPort::G_RETHROW); 1 });
138 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('$@ = "string2"', 0); 1 });
139 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('$@ = "string2"', &Devel::PPPort::G_RETHROW); 1 });
140 ok(eval { $@ = 'string1'; Devel::PPPort::eval_sv('$@ = "string2"; die "string3"', 0); 1 });
141 ok(!eval { $@ = 'string1'; Devel::PPPort::eval_sv('$@ = "string2"; die "string3"', &Devel::PPPort::…
143 ok(!eval { Devel::PPPort::eval_sv('die False->new', &Devel::PPPort::G_RETHROW); 1 }, 'check false v…
[all …]
/dports/lang/perl5.34/perl-5.34.0/ext/XS-APItest/t/
H A Dcall.t86 ok(eq_array( [ eval_sv('f(' . join(',',map"'$_'",@$args) . ')', $flags) ],
127 ok(eq_array( [ eval_sv('d()', $flags|$keep) ],
151 ok(eq_array( [ sub { eval_sv('f(@_)', $flags|G_NOARGS) }->(@$args) ],
166 ok(eq_array( [ eval { eval_sv('d', $flags), $@ }, $@ ],
244 is(eval { eval_sv(q/die $false/, G_RETHROW); 1 }, undef,
248 is(eval { eval_sv(q/"unterminated/, G_RETHROW); 1 }, undef,
252 ok(eq_array([ eval { eval_sv(q/"working code"/, G_RETHROW) } ], [ "working code", 1 ]),
317 @ret = eval_sv($code, G_ARRAY|$keep);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/XS-APItest/t/
H A Dcall.t86 ok(eq_array( [ eval_sv('f(' . join(',',map"'$_'",@$args) . ')', $flags) ],
127 ok(eq_array( [ eval_sv('d()', $flags|$keep) ],
151 ok(eq_array( [ sub { eval_sv('f(@_)', $flags|G_NOARGS) }->(@$args) ],
166 ok(eq_array( [ eval { eval_sv('d', $flags), $@ }, $@ ],
244 is(eval { eval_sv(q/die $false/, G_RETHROW); 1 }, undef,
248 is(eval { eval_sv(q/"unterminated/, G_RETHROW); 1 }, undef,
252 ok(eq_array([ eval { eval_sv(q/"working code"/, G_RETHROW) } ], [ "working code", 1 ]),
317 @ret = eval_sv($code, G_LIST|$keep);
/dports/lang/perl5.32/perl-5.32.1/ext/XS-APItest/t/
H A Dcall.t86 ok(eq_array( [ eval_sv('f(' . join(',',map"'$_'",@$args) . ')', $flags) ],
127 ok(eq_array( [ eval_sv('d()', $flags|$keep) ],
151 ok(eq_array( [ sub { eval_sv('f(@_)', $flags|G_NOARGS) }->(@$args) ],
166 ok(eq_array( [ eval { eval_sv('d', $flags), $@ }, $@ ],
244 is(eval { eval_sv(q/die $false/, G_RETHROW); 1 }, undef,
248 is(eval { eval_sv(q/"unterminated/, G_RETHROW); 1 }, undef,
252 ok(eq_array([ eval { eval_sv(q/"working code"/, G_RETHROW) } ], [ "working code", 1 ]),
317 @ret = eval_sv($code, G_ARRAY|$keep);
/dports/lang/perl5.30/perl-5.30.3/ext/XS-APItest/t/
H A Dcall.t86 ok(eq_array( [ eval_sv('f(' . join(',',map"'$_'",@$args) . ')', $flags) ],
127 ok(eq_array( [ eval_sv('d()', $flags|$keep) ],
151 ok(eq_array( [ sub { eval_sv('f(@_)', $flags|G_NOARGS) }->(@$args) ],
166 ok(eq_array( [ eval { eval_sv('d', $flags), $@ }, $@ ],
290 @ret = eval_sv($code, G_ARRAY|$keep);
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dcall15 eval_sv
32 __UNDEFINED__ eval_sv perl_eval_sv
65 eval_sv(sv, G_SCALAR);
188 eval_sv(sv, flags)
195 i = eval_sv(sv, flags);
354 ok(eq_array( [ &Devel::PPPort::eval_sv("f(qw(@$args))", $flags) ], $expected));
/dports/devel/p5-Inline-Java/Inline-Java-0.540/Java/PerlInterpreter/
H A DPerlInterpreter.xs81 eval_sv(sv, G_EVAL|G_KEEPERR) ; in Java_org_perl_inline_java_InlineJavaPerlInterpreter_evalNoReturn()
/dports/net/wackamole/wackamole-2.1.5/
H A Dperl.c19 eval_sv(sv, G_SCALAR); in my_eval_sv()
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/src/
H A Dspeedy_perl.c52 #ifndef eval_sv
53 # define eval_sv perl_eval_sv macro
566 eval_sv(sv, G_DISCARD | G_NOARGS | G_VOID | G_EVAL | G_KEEPERR); in load_script()
/dports/devel/staf/src/staf/lang/perl/
H A DSTAFPerlGlue.cpp115 eval_sv(sv, G_SCALAR); in my_eval_sv()
228 eval_sv(command, G_SCALAR); in PreparePerlInterpreter()
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/t/
H A Dcall.t96 ok(eq_array( [ &Devel::PPPort::eval_sv("f(qw(@$args))", $flags) ], $expected));
/dports/math/p5-Math-Geometry-Voronoi/Math-Geometry-Voronoi-1.3/
H A Dppport.h605 #ifndef eval_sv
606 # define eval_sv perl_eval_sv macro
/dports/www/p5-HTTP-HeaderParser-XS/HTTP-HeaderParser-XS-0.20/
H A Dppport.h605 #ifndef eval_sv
606 # define eval_sv perl_eval_sv macro
/dports/science/grib_api/grib_api-1.28.0-Source/perl/GRIB-API/
H A Dppport.h605 #ifndef eval_sv
606 # define eval_sv perl_eval_sv macro
/dports/security/p5-Crypt-OpenSSL-AES/Crypt-OpenSSL-AES-0.02/
H A Dppport.h605 #ifndef eval_sv
606 # define eval_sv perl_eval_sv macro
/dports/security/p5-Crypt-OpenSSL-PKCS10/Crypt-OpenSSL-PKCS10-0.16/
H A Dppport.h597 #ifndef eval_sv in allRowsCallback()
598 # define eval_sv perl_eval_sv in allRowsCallback()
/dports/devel/p5-File-ExtAttr/File-ExtAttr-1.09/
H A Dppport.h607 #ifndef eval_sv
608 # define eval_sv perl_eval_sv macro
/dports/devel/p5-Clone-More/Clone-More/
H A Dppport.h605 #ifndef eval_sv
606 # define eval_sv perl_eval_sv macro
/dports/devel/p5-Taint-Runtime/Taint-Runtime-0.03/
H A Dppport.h605 #ifndef eval_sv
606 # define eval_sv perl_eval_sv macro
/dports/sysutils/p5-Log-Syslog-Fast/Log-Syslog-Fast-0.67/
H A Dppport.h607 #ifndef eval_sv
608 # define eval_sv perl_eval_sv macro

12345678910>>...17