Home
last modified time | relevance | path

Searched refs:to_int (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs210 if (method === 'to_int' && type === Opal.Integer && object.$$is_number)
4506 …instance_variable_get,inspect,+,to_s,instance_variable_name!,respond_to?,to_int,coerce_to!,Integer…
4792 status = $coerce_to(status, $$$('Integer'), 'to_int');
5006 if (value['$respond_to?']("to_int")) {
5007 i = value.$to_int();
5022 base = $coerce_to(base, $$$('Integer'), 'to_int');
6643 pos = $coerce_to(pos, $$$('Integer'), 'to_int');
6685 pos = $coerce_to(pos, $$$('Integer'), 'to_int');
6964 index = $Opal['$coerce_to!'](args[i], $$$('Integer'), "to_int");
7055 count = $coerce_to(count, $$$('Integer'), 'to_int');
[all …]
Dindex.cjs219 if (method === 'to_int' && type === Opal.Integer && object.$$is_number)
4515 …instance_variable_get,inspect,+,to_s,instance_variable_name!,respond_to?,to_int,coerce_to!,Integer…
4801 status = $coerce_to(status, $$$('Integer'), 'to_int');
5015 if (value['$respond_to?']("to_int")) {
5016 i = value.$to_int();
5031 base = $coerce_to(base, $$$('Integer'), 'to_int');
6652 pos = $coerce_to(pos, $$$('Integer'), 'to_int');
6694 pos = $coerce_to(pos, $$$('Integer'), 'to_int');
6973 index = $Opal['$coerce_to!'](args[i], $$$('Integer'), "to_int");
7064 count = $coerce_to(count, $$$('Integer'), 'to_int');
[all …]
/plugin/highlightjs/highlight/
Dhighlight.pack.js1 …,tell:1,test:1,"throw":1,times:1,to_a:1,to_ary:1,to_f:1,to_hash:1,to_i:1,to_int:1,to_io:1,to_proc:… property
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs774 ndigits = $$('Opal')['$coerce_to!'](ndigits, $$('Integer'), "to_int");
924 idx = $Opal['$coerce_to!'](idx, $$('Integer'), "to_int");