Skip to content

Commit

Permalink
add show item of method_named
Browse files Browse the repository at this point in the history
  • Loading branch information
大沢 和宏 committed Apr 21, 2009
1 parent 2a38cad commit 40ef4fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RunOpsAnalyze.xs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ opcode_capture(OP *o, COP *cop, IV sec) {
hv_store(op_stash, "line", 4, newSVuv((UV) CopLINE(cop)), 0);

switch (o->op_type) {
case OP_METHOD_NAMED:
case OP_CONST:
case OP_TRANS:
if (cSVOPo_sv) {
Expand Down

0 comments on commit 40ef4fa

Please sign in to comment.