~ubuntu-branches/ubuntu/precise/rakudo/precise

« back to all changes in this revision

Viewing changes to src/classes/List.pir

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2010-03-29 22:47:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100329224734-7bwt61rrhpn6g7m4
Tags: 0.1~2010.01-1
* generate a manpage from docs/running.pod
* update the d/watch file
* New Upstream Version
  - update dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
    .local pmc block, signature
270
270
    .const 'Sub' $P0 = "list_elems"
271
271
    block = $P0
272
 
    signature = new ["Signature"]
 
272
    signature = allocate_signature 1
273
273
    setprop block, "$!signature", signature
274
 
    signature."!add_implicit_self"()
 
274
    $P0 = get_hll_global 'List'
 
275
    null $P1
 
276
    set_signature_elem signature, 0, "self", SIG_ELEM_INVOCANT_AND_MULTI_INVOCANT, $P0, $P1, $P1, $P1, $P1, $P1
275
277
    '!TOPERL6MULTISUB'(block)
276
278
.end
277
279