|
v8
|
#include <v8.h>
Classes | |
| struct | line_info_t |
| struct | name_t |
Public Attributes | |
| EventType | type |
| void * | code_start |
| size_t | code_len |
| Handle< UnboundScript > | script |
| void * | user_data |
| union { | |
| struct name_t name | |
| struct line_info_t line_info | |
| void * new_code_start | |
| }; | |
A JIT code event is issued each time code is added, moved or removed.
1.8.9.1