Searched defs:JitCodeEvent (Results 1 – 1 of 1) sorted by relevance
40 struct JitCodeEvent { struct41 enum EventType {54 enum PositionType { POSITION, STATEMENT_POSITION };62 enum CodeType { BYTE_CODE, JIT_CODE, WASM_CODE };65 EventType type;66 CodeType code_type;68 void* code_start;70 size_t code_len;72 Local<UnboundScript> script;77 void* user_data;[all …]