Home | History | Annotate | Download | only in Interpreter

Lines Matching defs:result_ptr

3020     char* result_ptr = NULL; // Python is going to point this to valid data if ExecuteOneLineWithReturn returns successfully
3024 &result_ptr,
3027 if (result_ptr)
3028 dest.assign(result_ptr);