Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs219 if (object['$respond_to?'].$$pristine && object.$method_missing.$$pristine) {
1477 // Methods stubs are used to facilitate method_missing in opal. A stub is a
1478 // placeholder function which just calls `method_missing` on the receiver.
1481 // method_missing will be called.
1485 // It should then be safe to assume that method_missing will work for any
1518 // Add a method_missing stub function to the given prototype for the
1529 // Generate the method_missing stub for a given method name.
1536 // Copy any given block onto the method_missing dispatcher
1537 this.$method_missing.$$p = method_missing_stub.$$p;
1546 return this.$method_missing.apply(this, [method_name.slice(1)].concat(args_ary));
[all …]
Dindex.cjs228 if (object['$respond_to?'].$$pristine && object.$method_missing.$$pristine) {
1486 // Methods stubs are used to facilitate method_missing in opal. A stub is a
1487 // placeholder function which just calls `method_missing` on the receiver.
1490 // method_missing will be called.
1494 // It should then be safe to assume that method_missing will work for any
1527 // Add a method_missing stub function to the given prototype for the
1538 // Generate the method_missing stub for a given method name.
1545 // Copy any given block onto the method_missing dispatcher
1546 this.$method_missing.$$p = method_missing_stub.$$p;
1555 return this.$method_missing.apply(this, [method_name.slice(1)].concat(args_ary));
[all …]
/plugin/highlightjs/highlight/
Dhighlight.pack.js1 …:1,max:1,"member?":1,merge:1,"merge!":1,method:1,"method_defined?":1,method_missing:1,methods:1,mi… property
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs14197 $def(self, '$method_missing', function $$method_missing(id, $a) {
14198 var $post_args, args, $yield = $$method_missing.$$p || nil, self = this, name = nil;
14200 $$method_missing.$$p = null;
14208 …return $send2(self, $find_super(self, 'method_missing', $$method_missing, false, true), 'method_mi…