Searched defs:JitCodeEvent (Results 1 – 1 of 1) sorted by relevance
6116 struct JitCodeEvent { struct6117 enum EventType {6130 enum PositionType { POSITION, STATEMENT_POSITION };6133 EventType type;6135 void* code_start;6137 size_t code_len;6139 Local<UnboundScript> script;6144 void* user_data;6146 struct name_t {6154 struct line_info_t {[all …]