Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Part of the spec (maybe, I need to double-check) is that |
Beta Was this translation helpful? Give feedback.
-
The current implementation stores |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How should method bodies find the
$self
instance?In
Object::Pad
, every method has a$self
lexical injected early on parsing meaning it always has pad index 1. Early at runtime of every method body, this instance is shifted from the incoming argument list, sanity-checked, then stored into that pad slot.Beta Was this translation helpful? Give feedback.
All reactions