mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[PRISM] Enable SCRIPT_COMPILED tracepoint event
This commit is contained in:
parent
3efc1c36f2
commit
48c2ffe980
2 changed files with 2 additions and 1 deletions
|
@ -1756,7 +1756,9 @@ pm_eval_make_iseq(VALUE src, VALUE fname, int line,
|
|||
ruby_xfree(prev);
|
||||
prev = next;
|
||||
}
|
||||
|
||||
pm_parse_result_free(&result);
|
||||
rb_exec_event_hook_script_compiled(GET_EC(), iseq, src);
|
||||
|
||||
return iseq;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue