Searched defs:JitCodeEvent (Results 1 – 1 of 1) sorted by relevance
5316 struct JitCodeEvent { struct5317 enum EventType {5330 enum PositionType { POSITION, STATEMENT_POSITION };5333 EventType type;5335 void* code_start;5337 size_t code_len;5339 Local<UnboundScript> script;5344 void* user_data;5346 struct name_t {5354 struct line_info_t {[all …]