Group
Extension

Matches 2

JavaScript ( C/CL/CLAESJAC/JavaScript-1.16.tar.gz, CLAESJAC, 2010; MetaCPAN )
JavaScript/t/18-interrupt-handler.t ( view source; MetaCPAN )
l(q!2;!),
isnt($count, 0);

$count = 0;
$rt1->set_interrupt_handler(undef);
$cx1->eval(q!2;!);
is($count, 0);

$count = 0;
$rt1->set_interrupt_handler("trap_handler");
$cx1->eval(q!2;!);
isnt($count, 
JavaScript ( C/CL/CLAESJAC/JavaScript-1.16.tar.gz, CLAESJAC, 2010; MetaCPAN )
JavaScript/t/24-c-level-interrupt-handler.t ( view source; MetaCPAN )
e->opcnt, 0, 'opcnt is 0');
is($runtime->oplimit, 100, 'oplimit is 100');

$context->eval("1+1");
isnt($runtime->opcnt, 0, "opcnt is > 0. Currently at: " . $runtime->opcnt);

$context->eval("for(v = 0

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.