Searched refs:service_id_buf (Results 1 – 1 of 1) sorted by relevance
134 const char* service_id_buf = Dart_IsolateServiceId(isolate()); in GetServiceId() local135 std::string service_id(service_id_buf); in GetServiceId()136 free(const_cast<char*>(service_id_buf)); in GetServiceId()